[]
Gets whether the control displays the specified row or column. (This implementation always returns true.)
public virtual bool GetVisible(int index)
Public Overridable Function GetVisible(index As Integer) As Boolean
Type | Name | Description |
---|---|---|
int | index | Row or column index |
Type | Description |
---|---|
bool | Always returns true |