GrapeCity.Windows.SpreadSheet.Data Namespace : ExcelOpenFlags Enumeration |
Member | Description |
---|---|
ColumnHeaders | Loads column headers from frozen rows in the Excel-compatible file into the spreadsheet. |
DataAndFormulasOnly | Loads formulas from the Excel-compatible file into the spreadsheet. |
DataOnly | Loads only the data from the Excel-compatible file into the spreadsheet. |
DoNotRecalculateAfterLoad | Avoids recalculation after loading the Excel-compatible file (by not setting the SheetView.AutoCalculation property to true and not calling SheetView.Recalculate()). |
NoFlagsSet | Opens the spreadsheet from the Excel-compatible file with no special options. |
RowAndColumnHeaders | Loads row headers from frozen columns and column headers from frozen rows. |
RowHeaders | Loads row headers from frozen columns in the Excel-compatible file into the spreadsheet. |
System.Object
System.ValueType
System.Enum
GrapeCity.Windows.SpreadSheet.Data.ExcelOpenFlags
Target Platforms: Windows 7, Windows 8 Desktop, Windows Vista SP1 or later, Windows Server 2000, Windows 2000 Professional (SP4), Windows XP (SP2), Windows 2008, Windows 2003 Server (SP1)