Spread WPF 17
GrapeCity.Excel Namespace / ExcelWorksheet Class / RowMaxOutlineLevel Property


In This Topic
    RowMaxOutlineLevel Property (ExcelWorksheet)
    In This Topic
    Gets or sets the row max outline level.
    Syntax
    'Declaration
     
    Public Property RowMaxOutlineLevel As Short
    'Usage
     
    Dim instance As ExcelWorksheet
    Dim value As Short
     
    instance.RowMaxOutlineLevel = value
     
    value = instance.RowMaxOutlineLevel
    public short RowMaxOutlineLevel {get; set;}

    Property Value

    The row max outline level.
    See Also