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


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