Spread Windows Forms 15.0
FarPoint.Win.Spread Assembly / FarPoint.Win.Spread Namespace / RangeGroupHitTestInformation Class / ColumnLevel Property


In This Topic
    ColumnLevel Property
    In This Topic
    Gets the column level location referred to in an outline (range group).
    Syntax
    'Declaration
     
    
    Public ReadOnly Property ColumnLevel As Integer
    'Usage
     
    
    Dim instance As RangeGroupHitTestInformation
    Dim value As Integer
     
    value = instance.ColumnLevel
    public int ColumnLevel {get;}
    See Also