[]
        
(Showing Draft Content)

GrapeCity.Documents.Excel.ITable.Resize

Resize Method

Resize(IRange)

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.

Declaration
void Resize(IRange range)
Sub Resize(range As IRange)
Parameters
Type Name Description
IRange range

Required IRange.