Search Results for

    Show / Hide Table of Contents

    Class TableRow

    Represents a table row

    Contains a collection of cells that make up a row in a table.

    Inheritance
    System.Object
    TableRow
    Namespace: IronPdf.Extractions
    Assembly: IronPdf.dll
    Syntax
    public class TableRow : Object

    Constructors

    TableRow()

    Declaration
    public TableRow()

    Properties

    CellCount

    Gets the number of cells in the row

    Declaration
    public int CellCount { get; }
    Property Value
    Type Description
    System.Int32

    Cells

    List of cells in the row

    Declaration
    public List<TableCell> Cells { get; }
    Property Value
    Type Description
    System.Collections.Generic.List<TableCell>

    Height

    Height of the row in points

    Declaration
    public double Height { get; }
    Property Value
    Type Description
    System.Double

    Item[Int32]

    Gets a cell by column index

    Declaration
    public TableCell this[int columnIndex] { get; }
    Parameters
    Type Name Description
    System.Int32 columnIndex

    Column index (0-based)

    Property Value
    Type Description
    TableCell

    TableCell at the specified column

    RowIndex

    Index of the row within the table (0-based)

    Declaration
    public int RowIndex { get; }
    Property Value
    Type Description
    System.Int32

    Methods

    GetCellText(Int32)

    Gets the text content of a cell by column index

    Declaration
    public string GetCellText(int columnIndex)
    Parameters
    Type Name Description
    System.Int32 columnIndex

    Column index (0-based)

    Returns
    Type Description
    System.String

    Text content of the cell at the specified column

    ☀
    ☾
    Downloads
    • Download with Nuget
    • Start for Free
    In This Article
    Back to top
    Install with Nuget
    Want to deploy IronPDF to a live project for FREE?
    What’s included?
    30 days of fully-functional product
    Test and share in a live environment
    No watermarks in production
    Get your free 30-day Trial Key instantly.
    No credit card or account creation required
    Your Trial License Key has been emailed to you.
    Download IronPDF free to apply
    your Trial Licenses Key
    Install with NuGet View Licenses
    Licenses from $499. Have a question? Get in touch.