Spread WinForms 15
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / FpSpread Class / GetActiveRowViewportIndex Method / GetActiveRowViewportIndex() Method


In This Topic
GetActiveRowViewportIndex() Method
In This Topic
Gets the index of the active viewport row for the active sheet.
Syntax
'Declaration
 
Public Overloads Function GetActiveRowViewportIndex() As Integer
 
'Usage
 
Dim instance As FpSpread
Dim value As Integer
 
value = instance.GetActiveRowViewportIndex()
See Also