Spread WinForms 15
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.IO.OpenXml Namespace / ExportOptions Enumeration


ExportOptions Enumeration
Represents options for exporting.
Syntax
'Declaration
 
Public Enum ExportOptions 
   Inherits System.Enum
 
'Usage
 
Dim instance As ExportOptions
Members
MemberDescription
ColumnFooterIndicates that the column footer will be exported as bottom rows of the worksheet.
ColumnHeaderIndicates that the column header will be exported as top rows of the worksheet.
DataOnlyIndicates that only cell values are exported.
DefaultThe default export options
ExchangeableSpread data will be saved as extension of OpenXML file format.
ExternalReferenceIndicates that the saved file will be used for external references to the workbook.
IncludeAutoMergedCellsIndicates that the automatically merged cells will be exported.
LosslessIndicates that even state data should be kept.
NoFormulasIndicates that cell formulas aren't exported.
PreferTextOnExportThe cell text will be exported if there is an explicit cell type.
RowHeaderIndicates that the row header will be exported as left columns of the worksheet.
SaveAsFilteredSaves the results of rows after filtering them to the Excel-compatible file.
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         GrapeCity.Spreadsheet.IO.OpenXml.ExportOptions

See Also