GrapeCity.Documents.Excel Namespace / SjsSaveOptions Class
Properties

SjsSaveOptions Class Members

The following tables list the members exposed by SjsSaveOptions.

Public Constructors
 NameDescription
Public Constructor Constructor.  
Top
Public Properties
 NameDescription
Public Property Represents the format in which the workbook is saved. (Inherited from GrapeCity.Documents.Excel.SaveOptionsBase)
Public Property Gets or sets whether to ignore data out of the RowCount and ColumnCount when exporting to sjs. Default value is false.  
Public Property Indicates whether to include the automatically merged cells. The default value is false.  
Public Property Gets or sets whether to include the binding source when saving the file. Default value is true.  
Public Property Indicates whether any empty cells outside the used data range can be included when saving the file. By default, the value is true.  
Public Property Indicates whether the formula can be included when saving the file. By default, the value is true.  
Public Property Indicates whether the style can be included when saving files. By default, the value is true.  
Public Property Indicates whether the unused custom name can be included when saving the file. By default, the value is true.  
Top
See Also