Table.FirstRow Property
In This Article
Gets the first (uppermost) row of the table.
Namespace: DevExpress.XtraRichEdit.API.Native
Assembly: DevExpress.RichEdit.v24.2.Core.dll
NuGet Package: DevExpress.RichEdit.Core
#Declaration
#Property Value
Type | Description |
---|---|
Table |
An object with the Table |
#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