SetSize Method
SetSize(int, int)
Sets the size of the specified row or column.
Declaration
void SetSize(int index, int value)
Sub SetSize(index As Integer, value As Integer)
Parameters
| Type |
Name |
Description |
| int |
index |
Row or column index
|
| int |
value |
New size in pixels
|