Search Results for

    Show / Hide Table of Contents

    ExcelFile.GetRowFormat Method

    Overloads

    • ExcelFile.GetRowFormat(Int32)
    • ExcelFile.GetRowFormat(Int32, Int32)

    ExcelFile.GetRowFormat(Int32)

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

    Syntax

    Namespace: FlexCel.Core

    public abstract Int32 GetRowFormat(Int32 row)

    Parameters

    <-> Parameter Type Description
    row Int32 Row index (1-based)

    Returns

    XF format.

    See also

    • ExcelFile

    ExcelFile.GetRowFormat(Int32, Int32)

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

    Syntax

    Namespace: FlexCel.Core

    public abstract Int32 GetRowFormat(Int32 sheet, Int32 row)

    Parameters

    <-> Parameter Type Description
    sheet Int32 Sheet index (1 based).
    row Int32 Row index (1-based)

    Returns

    XF format.

    See also

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