GetRowVisible Method
GetRowVisible(int)
Gets whether a row on this sheet is displayed.
Declaration
public virtual bool GetRowVisible(int row)
Public Overridable Function GetRowVisible(row As Integer) As Boolean
Parameters
Type |
Name |
Description |
int |
row |
Row index
|
Returns