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
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