Skip to main content
All docs
V25.2
  • TableRow.Item[Int32] Property

    Gets or sets the table cell at the specified index.

    Namespace: DevExpress.Docs.Presentation

    Assembly: DevExpress.Docs.Presentation.v25.2.dll

    Declaration

    public TableCell this[int index] { get; set; }

    Parameters

    Name Type Description
    index Int32

    The zero-based index of the cell in the row.

    Property Value

    Type Description
    TableCell

    The table cell at the specified index.

    See Also