Name | Description | |
---|---|---|
XlsmSaveOptions Constructor | Constructor. |
The following tables list the members exposed by XlsmSaveOptions.
Name | Description | |
---|---|---|
XlsmSaveOptions Constructor | Constructor. |
Name | Description | |
---|---|---|
ExcludeEmptyRegionCells | Indicates whether to exclude any empty cells(cells with no data or only style) outside the used data range. Default is false. (Inherited from GrapeCity.Documents.Excel.XlsxSaveOptions) | |
ExcludeUnusedNames | Indicates whether to exclude user-defined but never used Define name. Default is false. (Inherited from GrapeCity.Documents.Excel.XlsxSaveOptions) | |
ExcludeUnusedStyles | Indicates whether to exclude user-defined but never used Cell styles. Default is false. (Inherited from GrapeCity.Documents.Excel.XlsxSaveOptions) | |
FileFormat | Represents the format in which the workbook is saved. (Inherited from GrapeCity.Documents.Excel.SaveOptionsBase) | |
IgnoreFormulas | Indicates whether to treat formula cells as value cells. (Inherited from GrapeCity.Documents.Excel.XlsxSaveOptions) | |
IsCompactMode | A bool indicating whether to save workbook in compact mode, the default value is false. (Inherited from GrapeCity.Documents.Excel.XlsxSaveOptions) | |
Password | The password for the xlsx file. (Inherited from GrapeCity.Documents.Excel.XlsxSaveOptions) |