[]
Gets whether the control displays the specified row or column.
bool GetVisible(int index)
Function GetVisible(index As Integer) As Boolean
Type | Name | Description |
---|---|---|
int | index | Row or column index |
Type | Description |
---|---|
bool | true if the control displays the specified row or column; false otherwise |