[]
Gets the visible state of the specified row.
bool GetRowVisibleState(int row)
Function GetRowVisibleState(row As Integer) As Boolean
| Type | Name | Description |
|---|---|---|
| int | row | Index of specified row. |
| Type | Description |
|---|---|
| bool | true if row is visbile and has a size greater than 0; otherwise, returns false. |