Search Results for

    Show / Hide Table of Contents

    XlsFile.GetColFormat Method

    Overloads

    • XlsFile.GetColFormat(Int32)
    • XlsFile.GetColFormat(Int32, Int32)

    XlsFile.GetColFormat(Int32)

    Gets the XF format for the specified column, -1 if the column doesn't have format.

    Syntax

    Namespace: FlexCel.XlsAdapter

    public override Int32 GetColFormat(Int32 col)

    Parameters

    <-> Parameter Type Description
    col Int32 Column index (1-based)

    Returns

    XF format.

    See also

    • XlsFile

    XlsFile.GetColFormat(Int32, Int32)

    Gets the XF format for the specified column, -1 if the column doesn't have format.

    Syntax

    Namespace: FlexCel.XlsAdapter

    public override Int32 GetColFormat(Int32 sheet, Int32 col)

    Parameters

    <-> Parameter Type Description
    sheet Int32 Sheet index (1 based).
    col Int32 Column index (1-based)

    Returns

    XF format.

    See also

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