Sets whether a row is displayed.
Syntax
'Declaration
Public Sub SetRowVisible( _
ByVal As Integer, _
ByVal As Boolean _
)
'Usage
Dim instance As SheetView
Dim row As Integer
Dim visible As Boolean
instance.SetRowVisible(row, visible)
public void SetRowVisible(
int ,
bool
)
Parameters
- row
- Row index
- visible
- Whether to display the row
See Also