[]
        
(Showing Draft Content)

GrapeCity.Documents.Excel.SjsSaveOptions

SjsSaveOptions Class

用于保存SpreadJS .sjs文件的选项类。

Inheritance
SjsSaveOptions
Namespace: GrapeCity.Documents.Excel
Assembly: GcDocs.Excel.dll
Syntax
public class SjsSaveOptions : SaveOptionsBase

Constructors

Name Description
SjsSaveOptions()

构造函数。

Properties

Name Description
IgnoreRangeOutOfRowColumnCount

获取或设置在导出到sjs时是否忽略超出RowCount和ColumnCount的数据。默认值为false。

IncludeAutoMergedCells

获取或设置是否包含自动合并的单元格。默认值为 false。

IncludeBindingSource

获取或设置在保存文件时是否可以包含绑定源。默认值是 true。

IncludeEmptyRegionCells

指示在保存文件时是否可以包含使用数据范围外的任何空单元格。默认情况下,该值为 true。

IncludeFormulas

指示在保存文件时是否可以包含公式。默认情况下,该值为 true。

IncludeStyles

指示在保存文件时是否可以包含样式。默认值为 true。

IncludeUnusedNames

指示在保存文件时是否可以包含未使用的自定义名称。默认情况下,该值为 true。