Search Results for

    Show / Hide Table of Contents

    ExcelFile.SetColOutlineLevel Method

    Overloads

    • ExcelFile.SetColOutlineLevel(Int32, Int32)
    • ExcelFile.SetColOutlineLevel(Int32, Int32, Int32)

    ExcelFile.SetColOutlineLevel(Int32, Int32)

    Sets the Outline level for a column.

    Syntax

    Namespace: FlexCel.Core

    public void SetColOutlineLevel(Int32 col, Int32 level)

    Parameters

    <-> Parameter Type Description
    col Int32 Column index (1 based)
    level Int32 Outline level. must be between 0 and 7.

    See also

    • ExcelFile

    ExcelFile.SetColOutlineLevel(Int32, Int32, Int32)

    Sets the Outline level for a column range.

    Syntax

    Namespace: FlexCel.Core

    public abstract void SetColOutlineLevel(Int32 firstCol, Int32 lastCol, Int32 level)

    Parameters

    <-> Parameter Type Description
    firstCol Int32 Column index of the first column on the range. (1 based)
    lastCol Int32 Column index of the last column on the range. (1 based)
    level Int32 Outline level. must be between 0 and 7.

    See also

    • ExcelFile
    In This Article
    Back to top FlexCel Studio for the .NET Framework v7.24.0.0
    © 2002 - 2025 tmssoftware.com