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


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