GetVisible Method
GetVisible(int)
Gets whether the control displays the specified row or column.
Declaration
bool GetVisible(int index)
Function GetVisible(index As Integer) As Boolean
Parameters
Type |
Name |
Description |
int |
index |
Row or column index
|
Returns