Document Solutions for Excel, .NET Edition | Document Solutions
GrapeCity.Documents.Excel Namespace / DeserializationOptions Class
Properties

In This Topic
    DeserializationOptions Class Members
    In This Topic

    The following tables list the members exposed by DeserializationOptions.

    Public Constructors
     NameDescription
    Public Constructor Constructor  
    Top
    Public Properties
     NameDescription
    Public Property Whether to prevent recalculation after loading the JSON data. Default value is false.  
    Public Property Whether to ignore the formula when deserialize the workbook or worksheet from JSON. Default value is false.  
    Public Property Whether to ignore the style when deserialize the workbook or worksheet from JSON. Default value is false.  
    Top
    See Also