Back to Devexpress

TableRow.Item[Int32] Property

officefileapi-devexpress-dot-xtrarichedit-dot-api-dot-native-dot-tablerow-dot-item-x28-system-dot-int32-x29.md

latest1.4 KB
Original Source

TableRow.Item[Int32] Property

Gets a cell at the specified column in the current row.

Namespace : DevExpress.XtraRichEdit.API.Native

Assembly : DevExpress.RichEdit.v25.2.Core.dll

NuGet Package : DevExpress.RichEdit.Core

Declaration

csharp
TableCell this[int column] { get; }
vb
ReadOnly Property Item(column As Integer) As TableCell

Parameters

NameTypeDescription
columnInt32

An integer that is the zero-based index of a column.

|

Property Value

TypeDescription
TableCell

A TableCell that is the cell at the specified column.

|

See Also

TableRow Interface

TableRow Members

DevExpress.XtraRichEdit.API.Native Namespace