[]
        
(Showing Draft Content)

GrapeCity.Documents.Excel.SjsSaveOptions

Class SjsSaveOptions

Namespace
GrapeCity.Documents.Excel
Assembly
GcDocs.Excel.dll

Option class for saving SpreadJS .sjs file.

public class SjsSaveOptions : SaveOptionsBase
Inheritance
SjsSaveOptions
Inherited Members

Constructors

SjsSaveOptions()

Constructor.

public SjsSaveOptions()

Properties

IgnoreRangeOutOfRowColumnCount

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

public bool IgnoreRangeOutOfRowColumnCount { get; set; }

Property Value

bool

IncludeAutoMergedCells

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

public bool IncludeAutoMergedCells { get; set; }

Property Value

bool

IncludeBindingSource

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

public bool IncludeBindingSource { get; set; }

Property Value

bool

IncludeEmptyRegionCells

Indicates whether any empty cells outside the used data range can be included when saving the file. By default, the value is true.

public bool IncludeEmptyRegionCells { get; set; }

Property Value

bool

IncludeFormulas

Indicates whether the formula can be included when saving the file. By default, the value is true.

public bool IncludeFormulas { get; set; }

Property Value

bool

IncludeStyles

Indicates whether the style can be included when saving files. By default, the value is true.

public bool IncludeStyles { get; set; }

Property Value

bool

IncludeUnusedNames

Indicates whether the unused custom name can be included when saving the file. By default, the value is true.

public bool IncludeUnusedNames { get; set; }

Property Value

bool