Spread WPF 17
GrapeCity.Windows.SpreadSheet.UI Namespace / GcSpreadSheet Class / GetActiveRowViewportIndex() Method


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

    Return Value

    The active row viewport index.
    See Also