[]
Resizes the specified range.
IRange Resize(int rowSize = 0, int columnSize = 0)
Function Resize(Optional rowSize As Integer = 0, Optional columnSize As Integer = 0) As IRange
Type | Name | Description |
---|---|---|
int | rowSize | The number of rows in the new range. If this argument is omitted, the number of rows in the range remains the same. |
int | columnSize | The number of columns in the new range. If this argument is omitted, the number of columns in the range remains the same. |
Type | Description |
---|---|
IRange | A IRange object that represents the resized range. |