[]
Gets the size of the specified row or column. (This implementation always returns 60.)
public virtual int GetSize(int index)
Public Overridable Function GetSize(index As Integer) As Integer
| Type | Name | Description |
|---|---|---|
| int | index | Row or column index |
| Type | Description |
|---|---|
| int | Always returns 60 |