Spread Windows Forms 15.0
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()
    public int GetActiveRowViewportIndex()
    See Also