Back to Devexpress

Table.Item[Int32, Int32] Property

officefileapi-devexpress-dot-docs-dot-presentation-dot-table-dot-item-x28-system-dot-int32-system-dot-int32-x29.md

latest1.5 KB
Original Source

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

NuGet Package : DevExpress.Docs.Presentation

Declaration

csharp
public TableCell this[int rowIndex, int columnIndex] { get; set; }
vb
Public Property Item(rowIndex As Integer, columnIndex As Integer) As TableCell

Parameters

NameTypeDescription
rowIndexInt32

The table cell’s row index.

| | columnIndex | Int32 |

The table cell’s column index.

|

Property Value

TypeDescription
TableCell

The table cell at the specified row and column indices.

|

See Also

Table Class

Table Members

DevExpress.Docs.Presentation Namespace