Document Solutions for Excel, .NET Edition | Document Solutions
GrapeCity.Documents.Excel Namespace / DeserializationOptions Class / IgnoreStyle Property
In This Topic
    IgnoreStyle Property (DeserializationOptions)
    In This Topic
    Whether to ignore the style when deserialize the workbook or worksheet from JSON. Default value is false.
    Syntax
    public System.bool IgnoreStyle {get; set;}
    See Also