[]
Gets whether a row on this sheet is displayed.
public virtual bool GetRowVisible(int row)
Public Overridable Function GetRowVisible(row As Integer) As Boolean
| Type | Name | Description |
|---|---|---|
| int | row | Row index |
| Type | Description |
|---|---|
| bool | true if row is is displayed; false otherwise |