Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.IO.OpenXml Namespace / ImportOptions Enumeration


In This Topic
    ImportOptions Enumeration
    In This Topic
    Represents options for importing process.
    Syntax
    'Declaration
     
    
    Public Enum ImportOptions 
       Inherits System.Enum
    'Usage
     
    
    Dim instance As ImportOptions
    public enum ImportOptions : System.Enum 
    Members
    MemberDescription
    CalculationChainIndicates that calculation chain will be imported to optimize for calculations.
    ColumnHeaderIndicates that the column header will be exported as top rows of the worksheet.
    DataOnlyIndicates that only cell values (included formulas if NoFormulas is off) are imported.
    DefaultIndicates that default options will be used. It balances the performance of importing process and next actions.
    ExchangeableSpread data will be imported from extensions of OpenXML file format.
    NoFormulasIndicates that cell formulas aren't imported.
    RowHeaderIndicates that the row header will be exported as left columns of the worksheet.
    StopRecalculateIndicates that recalculation after loading Excel file will be avoided.
    TruncateEmptyRowsAndColumnsTruncates empty rows and columns to improve performance.
    Inheritance Hierarchy

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

    See Also