[]
        
(Showing Draft Content)

GrapeCity.Documents.Excel.SjsSaveOptions

SjsSaveOptions Class

Option class for saving SpreadJS .sjs file.

Inheritance
SjsSaveOptions
Namespace: GrapeCity.Documents.Excel
Assembly: DS.Documents.Excel.dll
Syntax
public class SjsSaveOptions : SaveOptionsBase
Public Class SjsSaveOptions
    Inherits SaveOptionsBase

Constructors

Name Description
SjsSaveOptions()

Constructor.

Properties

Name Description
IgnoreRangeOutOfRowColumnCount

Gets or sets whether to ignore data out of the RowCount and ColumnCount when exporting to sjs. Default value is false.

IncludeAutoMergedCells

Indicates whether to include the automatically merged cells. The default value is false.

IncludeBindingSource

Gets or sets whether to include the binding source when saving the file. Default value is true.

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.