Back to Devexpress

TableRow.Index Property

officefileapi-devexpress-dot-xtrarichedit-dot-api-dot-native-dot-tablerow-192312fb.md

latest1.1 KB
Original Source

TableRow.Index Property

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

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 successive number of the row in a table.

|

See Also

TableRow Interface

TableRow Members

DevExpress.XtraRichEdit.API.Native Namespace