Spread WPF 17
GrapeCity.Windows.SpreadSheet.Data Namespace / Worksheet Class / GetActiveRowViewportIndex Method


In This Topic
    GetActiveRowViewportIndex Method (Worksheet)
    In This Topic
    Gets the index of the active row viewport.
    Syntax
    'Declaration
     
    Public Function GetActiveRowViewportIndex() As Integer
    'Usage
     
    Dim instance As Worksheet
    Dim value As Integer
     
    value = instance.GetActiveRowViewportIndex()
    public int GetActiveRowViewportIndex()

    Return Value

    The index of the active row viewport.
    See Also