[]
        
(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
object
SjsSaveOptions
Inherited Members
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()

Constructors

SjsSaveOptions()

Constructor.

public SjsSaveOptions()

Properties

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