[]
Resizes the table.
public void Resize(int rowCount, int columnCount, int newFirstColumnIndex = -1)
Public Sub Resize(rowCount As Integer, columnCount As Integer, Optional newFirstColumnIndex As Integer = -1)
Type | Name | Description |
---|---|---|
int | rowCount | New row count. |
int | columnCount | New column count. |
int | newFirstColumnIndex | New first column index. -1 means not changing first column. |