Search Results for

    Show / Hide Table of Contents

    ExcelFile.GetCellVisibleFormat Method

    Overloads

    • ExcelFile.GetCellVisibleFormat(Int32, Int32)
    • ExcelFile.GetCellVisibleFormat(Int32, Int32, Int32)

    ExcelFile.GetCellVisibleFormat(Int32, Int32)

    Cell Format for a given cell, including the format of the row and the column.

    Remarks

    This might return format even if the cell is empty, if the column or the row have format. For the real format of the cell, see GetCellFormat(Int32, Int32)

    Syntax

    Namespace: FlexCel.Core

    public Int32 GetCellVisibleFormat(Int32 row, Int32 col)

    Parameters

    <-> Parameter Type Description
    row Int32 Row Index (1 based)
    col Int32 Column Index (1 based)

    Returns

    XF for the cell

    See also

    • ExcelFile
    • AddFormat
    • SetCellFormat(Int32, Int32, Int32)
    • GetFormat
    • GetCellFormat(Int32, Int32)
    • GetCellVisibleFormatDef(Int32, Int32)

    ExcelFile.GetCellVisibleFormat(Int32, Int32, Int32)

    Cell Format for a given cell, including the format of the row and the column.

    Remarks

    This might return format even if the cell is empty, if the column or the row have format. For the real format of the cell, see GetCellFormat(Int32, Int32)

    Syntax

    Namespace: FlexCel.Core

    public Int32 GetCellVisibleFormat(Int32 sheet, Int32 row, Int32 col)

    Parameters

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

    Returns

    XF for the cell

    See also

    • ExcelFile
    • AddFormat
    • SetCellFormat(Int32, Int32, Int32)
    • GetFormat
    • GetCellFormat(Int32, Int32)
    • GetCellVisibleFormatDef(Int32, Int32)
    In This Article
    Back to top FlexCel Studio for the .NET Framework v7.24.0.0
    © 2002 - 2025 tmssoftware.com