[]
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.
void Resize(IRange range)
Sub Resize(range As IRange)
Type | Name | Description |
---|---|---|
IRange | range | Required IRange. |