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


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