Document Solutions for Excel, .NET Edition | Document Solutions
GrapeCity.Documents.Excel Namespace / SerializationOptions Class / IgnoreColumnRowInfoOutOfUsedRange Property
In This Topic
    IgnoreColumnRowInfoOutOfUsedRange Property
    In This Topic
    Gets or sets whether to ignore below information to JSON file which is out of used range when exporting to JSON. Default value is true. - row style - column style - row height - column width
    Syntax
    public System.bool IgnoreColumnRowInfoOutOfUsedRange {get; set;}
    See Also