Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / SheetView Class / GetRowVisible(Int32) Method
Row index


In This Topic
GetRowVisible(Int32) 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