[]
        
(Showing Draft Content)

GrapeCity.Documents.Excel.DeserializationOptions

Class DeserializationOptions

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

Represents some settings when deserialize workbook or worksheet from JSON.

public class DeserializationOptions
Inheritance
object
DeserializationOptions
Inherited Members
object.ToString()
object.Equals(object)
object.Equals(object, object)
object.ReferenceEquals(object, object)
object.GetHashCode()
object.GetType()
object.MemberwiseClone()

Constructors

DeserializationOptions()

Constructor.

public DeserializationOptions()

Properties

DoNotRecalculateAfterLoad

Whether to prevent recalculation after loading the JSON data. Default value is false.

public bool DoNotRecalculateAfterLoad { get; set; }

Property Value

bool

IgnoreFormula

Whether to ignore the formula when deserialize the workbook or worksheet from JSON. Default value is false.

public bool IgnoreFormula { get; set; }

Property Value

bool

IgnoreStyle

Whether to ignore the style when deserialize the workbook or worksheet from JSON. Default value is false.

public bool IgnoreStyle { get; set; }

Property Value

bool