Spread for ASP.NET 12 Product Documentation
GetRowVisible Method


FarPoint.Web.Spread Assembly > FarPoint.Web.Spread Namespace > SheetView Class : GetRowVisible Method
Row index
Gets whether a row is displayed.
Syntax
'Declaration
 
Public Function GetRowVisible( _
   ByVal row As Integer _
) As Boolean
'Usage
 
Dim instance As SheetView
Dim row As Integer
Dim value As Boolean
 
value = instance.GetRowVisible(row)
public bool GetRowVisible( 
   int row
)

Parameters

row
Row index
See Also

Reference

SheetView Class
SheetView Members