Spread Windows Forms 17
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / RangeGroupInfo Class / Level Property


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