Document Solutions for Excel, Java Edition | Document Solutions
com.grapecity.documents.excel Package / SerializationOptions Class / setIgnoreRangeOutOfRowColumnCount Method
the value if ignore range out of row/column count
In This Topic
    setIgnoreRangeOutOfRowColumnCount Method
    In This Topic
    Sets whether to ignore data out of the RowCount and ColumnCount when exporting to JSON. Default value is false.
    Syntax
    public void setIgnoreRangeOutOfRowColumnCount( 
       boolean value
    )

    Parameters

    value
    the value if ignore range out of row/column count
    See Also