[]
        
(Showing Draft Content)

GrapeCity.Spreadsheet.IRange.Resize

Resize Method

Resize(int, int)

Resizes the specified range.

Declaration
IRange Resize(int rowSize = 0, int columnSize = 0)
Function Resize(Optional rowSize As Integer = 0, Optional columnSize As Integer = 0) As IRange
Parameters
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.

Returns
Type Description
IRange

A IRange object that represents the resized range.