Spread WPF 15
GrapeCity.Excel Namespace / IExcelWorksheet Interface / ColumnMaxOutlineLevel Property


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

    Property Value

    The column max outline level.
    See Also