Spread WPF 17
GrapeCity.Windows.SpreadSheet.UI.UndoRedo Namespace / RowGroupExpandExtent Class / ViewportIndex Property


In This Topic
    ViewportIndex Property (RowGroupExpandExtent)
    In This Topic
    Gets the row range group viewport index.
    Syntax
    'Declaration
     
    Public ReadOnly Property ViewportIndex As Integer
    'Usage
     
    Dim instance As RowGroupExpandExtent
    Dim value As Integer
     
    value = instance.ViewportIndex
    public int ViewportIndex {get;}
    See Also