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

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