[]
Sets whether the control displays the specified row or column.
void SetVisible(int index, bool value)
Sub SetVisible(index As Integer, value As Boolean)
Type | Name | Description |
---|---|---|
int | index | Row or column index |
bool | value | Set to True to display the specified row or column |