Spread WPF 17
GrapeCity.Windows.SpreadSheet.Data Namespace / ViewportInfo Class / ActiveRowViewport Property


In This Topic
    ActiveRowViewport Property
    In This Topic
    Gets or sets the row index of the active viewport.
    Syntax
    'Declaration
     
    Public Property ActiveRowViewport As Integer
    'Usage
     
    Dim instance As ViewportInfo
    Dim value As Integer
     
    instance.ActiveRowViewport = value
     
    value = instance.ActiveRowViewport
    public int ActiveRowViewport {get; set;}

    Property Value

    The row index of the active viewport.
    See Also