'Declaration
Public Enum ExportOptions Inherits System.Enum
'Usage
Dim instance As ExportOptions
public enum ExportOptions : System.Enum
'Declaration
Public Enum ExportOptions Inherits System.Enum
'Usage
Dim instance As ExportOptions
public enum ExportOptions : System.Enum
Member | Description |
---|---|
ColumnFooter | Indicates that the column footer will be exported as bottom rows of the worksheet. |
ColumnHeader | Indicates that the column header will be exported as top rows of the worksheet. |
DataOnly | Indicates that only cell values are exported. |
Default | The default export options |
Exchangeable | Spread data will be saved as extension of OpenXML file format. |
ExternalReference | Indicates that the saved file will be used for external references to the workbook. |
IncludeAutoMergedCells | Indicates that the automatically merged cells will be exported. |
Lossless | Indicates that even state data should be kept. |
NoFormulas | Indicates that cell formulas aren't exported. |
PreferTextOnExport | The cell text will be exported if there is an explicit cell type. |
RowHeader | Indicates that the row header will be exported as left columns of the worksheet. |
SaveAsFiltered | Saves the results of rows after filtering them to the Excel-compatible file. |
System.Object
System.ValueType
System.Enum
GrapeCity.Spreadsheet.IO.OpenXml.ExportOptions