[]
        
(Showing Draft Content)

GrapeCity.Documents.Excel.SjsOpenOptions

Class SjsOpenOptions

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

Option class for opening SpreadJS .sjs file.

public class SjsOpenOptions : OpenOptionsBase
Inheritance
SjsOpenOptions
Inherited Members

Constructors

SjsOpenOptions()

Constructor.

public SjsOpenOptions()

Properties

IncludeFormulas

Indicates whether the formula can be included when loading. By default, it is true.

public bool IncludeFormulas { get; set; }

Property Value

bool

IncludeStyles

Indicates whether the style can be included when loading. By default, it is true.

public bool IncludeStyles { get; set; }

Property Value

bool