Document Solutions for Excel, Java Edition | Document Solutions
com.grapecity.documents.excel Package / ITable Interface / resize Method
Required IRange.
In This Topic
    resize Method
    In This Topic
    The Resize method allows the ITable object to be resized over a newrange. No cells are inserted or moved.
    Syntax
    void resize( 
       IRange range
    )

    Parameters

    range
    Required IRange.
    See Also