GrapeCity.Windows.SpreadSheet.Data Namespace : ExcelSaveFlags Enumeration |
Member | Description |
---|---|
AutoRowHeight | The default row height is not saved. Excel automatically determines row heights based on the largest font that is set in each row. |
DataOnly | Saves only the data to the Excel-compatible file. |
NoFlagsSet | Saves the spreadsheet to the Excel-compatible file with no special options. |
NoFormulas | Saves the displayed data, but not the formulas, to the Excel-compatible file. |
SaveAsFiltered | Saves the filtered row results to the Excel-compatible file. |
SaveAsViewed | Saves the spreadsheet as viewed to the Excel-compatible file. |
SaveBothCustomRowAndColumnHeaders | Saves both the custom row headers and the custom column headers to the Excel-compatible file. |
SaveCustomColumnHeaders | Saves the custom column headers to the Excel-compatible file. |
SaveCustomRowHeaders | Saves the custom row headers to the Excel-compatible file. |
System.Object
System.ValueType
System.Enum
GrapeCity.Windows.SpreadSheet.Data.ExcelSaveFlags
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)