Spread for ASP.NET 12 Product Documentation
SetRowVisible Method


FarPoint.Web.Spread Assembly > FarPoint.Web.Spread Namespace > SheetView Class : SetRowVisible Method
Row index
Whether to display the row
Sets whether a row is displayed.
Syntax
'Declaration
 
Public Sub SetRowVisible( _
   ByVal row As Integer, _
   ByVal visible As Boolean _
) 
'Usage
 
Dim instance As SheetView
Dim row As Integer
Dim visible As Boolean
 
instance.SetRowVisible(row, visible)
public void SetRowVisible( 
   int row,
   bool visible
)

Parameters

row
Row index
visible
Whether to display the row
See Also

Reference

SheetView Class
SheetView Members