Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / Outline Class / MaxOutlineLevel Property


In This Topic
    MaxOutlineLevel Property
    In This Topic
    Gets the maximum outline level.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property MaxOutlineLevel As Integer
    'Usage
     
    
    Dim instance As Outline
    Dim value As Integer
     
    value = instance.MaxOutlineLevel
    public int MaxOutlineLevel {get;}

    Property Value

    The maximum outline level.
    See Also