GridView.IsRowVisible Method
Name | Parameters | Description |
---|---|---|
IsRowVisible(Int32, Int32) | rowHandle, visibleIndex | Returns a row’s visible state. A row can be identified by its row handle or visible index. |
IsRowVisible(Int32) | rowHandle | Determines a particular row’s visible state. |