[]
Sets whether a row on this sheet is displayed.
public void SetRowVisible(int row, bool visible)
Public Sub SetRowVisible(row As Integer, visible As Boolean)
| Type | Name | Description |
|---|---|---|
| int | row | Row index |
| bool | visible | Whether to display the row |