[]
        
(Showing Draft Content)

GrapeCity.CalcEngine.IValuesArray.Resize

Resize Method

Resize(int, int)

Resizes this IValuesArray to specified row count and column count.

Declaration
void Resize(int rowCount, int columnCount)
Sub Resize(rowCount As Integer, columnCount As Integer)
Parameters
Type Name Description
int rowCount

The total number of rows.

int columnCount

The total number of columns.