Back to Devexpress

TableCell.Index Property

officefileapi-devexpress-dot-xtrarichedit-dot-api-dot-native-dot-tablecell-f4a5d39f.md

latest1.1 KB
Original Source

TableCell.Index Property

Gets the zero-based index of the cell in a row.

Namespace : DevExpress.XtraRichEdit.API.Native

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

NuGet Package : DevExpress.RichEdit.Core

Declaration

csharp
int Index { get; }
vb
ReadOnly Property Index As Integer

Property Value

TypeDescription
Int32

An integer that is the number of the table column that contains the specified cell.

|

See Also

TableCell Interface

TableCell Members

DevExpress.XtraRichEdit.API.Native Namespace