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

    Return Value

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