Spread Windows Forms 12.0 Product Documentation
ExportOptions Enumeration


GrapeCity.Spreadsheet Assembly > GrapeCity.Spreadsheet.IO.OpenXml Namespace : ExportOptions Enumeration
Represents options for exporting.
Syntax
'Declaration
 
Public Enum ExportOptions 
   Inherits System.Enum
'Usage
 
Dim instance As ExportOptions
public enum ExportOptions : System.Enum 
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.
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.
Inheritance Hierarchy

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

See Also

Reference

GrapeCity.Spreadsheet.IO.OpenXml Namespace