Document Solutions for Excel, .NET Edition | Document Solutions
GrapeCity.Documents.Excel Namespace / 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 new range. No cells are inserted or moved. NOTE: The headers must remain in the same row, and the resulting table range must overlap the original table range.
    Syntax
    void Resize( 
       IRange range
    )

    Parameters

    range
    Required IRange.
    See Also