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