SjsSaveOptions Class Members
In This Topic
The following tables list the members exposed by SjsSaveOptions.
Public Constructors
Public Properties
| Name | Description |
| FileFormat |
Represents the format in which the workbook is saved.
(Inherited from GrapeCity.Documents.Excel.SaveOptionsBase) |
| IncludeEmptyRegionCells |
Indicates whether any empty cells outside the used data range can be included when saving the file. By default, the value is true.
|
| IncludeFormulas |
Indicates whether the formula can be included when saving the file. By default, the value is true.
|
| IncludeStyles |
Indicates whether the style can be included when saving files. By default, the value is true.
|
| IncludeUnusedNames |
Indicates whether the unused custom name can be included when saving the file. By default, the value is true.
|
Top
See Also