Spread Windows Forms 12.0 Product Documentation
ImportOptions Enumeration


GrapeCity.Spreadsheet Assembly > GrapeCity.Spreadsheet.IO.OpenXml Namespace : ImportOptions Enumeration
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.
Inheritance Hierarchy

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

See Also

Reference

GrapeCity.Spreadsheet.IO.OpenXml Namespace