Spread WPF 17
GrapeCity.Windows.SpreadSheet.Data Namespace / RangeGroupInfo Class / Level Property


In This Topic
    Level Property (RangeGroupInfo)
    In This Topic
    Gets the level of this outline (range group).
    Syntax
    'Declaration
     
    <DefaultValueAttribute(0)>
    Public ReadOnly Property Level As Integer
    'Usage
     
    Dim instance As RangeGroupInfo
    Dim value As Integer
     
    value = instance.Level
    [DefaultValue(0)]
    public int Level {get;}

    Property Value

    The level of this outline (range group). The default value is 0.
    See Also