[]
Sets the size of the specified row or column.
public override void SetSize(int index, int value)
Public Overrides Sub SetSize(index As Integer, value As Integer)
| Type | Name | Description |
|---|---|---|
| int | index | Row or column index |
| int | value | Size in pixels |
| Type | Condition |
|---|---|
| ArgumentOutOfRangeException | Specified size is not valid; must be greater than or equal to zero |