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


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