FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / SheetView Class / GetRowVisible Method
Row index


In This Topic
GetRowVisible Method
In This Topic
Gets whether a row on this sheet is displayed.
Syntax
'Declaration
 
Public Overridable 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)

Parameters

row
Row index
See Also