Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.IO.OpenXml Namespace / ExportOptions Enumeration


In This Topic
    ExportOptions Enumeration
    In This Topic
    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.
    IncludeAutoMergedCellsIndicates that the automatically merged cells will be exported.
    LosslessIndicates that even state data should be kept.
    NoFormulasIndicates that cell formulas aren't exported.
    NoneNo option is available.
    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