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