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


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

    Property Value

    The column max outline level.
    See Also