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

    Returns the table cell at the specified index in the table column.

    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 table cell.

    Property Value

    Type Description
    TableCell

    The table cell at the specified index.

    See Also