SetRowVisible Method
SetRowVisible(int, bool)
Sets whether a row is displayed.
Declaration
public void SetRowVisible(int row, bool visible)
Public Sub SetRowVisible(row As Integer, visible As Boolean)
Parameters
| Type |
Name |
Description |
| int |
row |
Row index
|
| bool |
visible |
Whether to display the row
|