[]
Resizes this IValuesArray to specified row count and column count.
void Resize(int rowCount, int columnCount)
Sub Resize(rowCount As Integer, columnCount As Integer)
Type | Name | Description |
---|---|---|
int | rowCount | The total number of rows. |
int | columnCount | The total number of columns. |