Back to Devexpress

Table.FirstRow Property

officefileapi-devexpress-dot-xtrarichedit-dot-api-dot-native-dot-table-c9b9794d.md

latest1.7 KB
Original Source

Table.FirstRow Property

Gets the first (uppermost) row of the table.

Namespace : DevExpress.XtraRichEdit.API.Native

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

NuGet Package : DevExpress.RichEdit.Core

Declaration

csharp
TableRow FirstRow { get; }
vb
ReadOnly Property FirstRow As TableRow

Property Value

TypeDescription
TableRow

An object with the TableRow interface that is the topmost row.

|

Remarks

The first row has an index equal to zero (0) in a TableRowCollection accessible via the Table.Rows property. Use the Table.LastRow property to get a first row in a table.

See Also

TableRowCollection

Rows

Table Interface

Table Members

DevExpress.XtraRichEdit.API.Native Namespace