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

    Gets or sets a table cell by its row and column indices.

    Namespace: DevExpress.Docs.Presentation

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

    Declaration

    public TableCell this[int rowIndex, int columnIndex] { get; set; }

    Parameters

    Name Type Description
    rowIndex Int32

    The table cell’s row index.

    columnIndex Int32

    The table cell’s column index.

    Property Value

    Type Description
    TableCell

    The table cell at the specified row and column indices.

    See Also