Table.FirstRow Property
Gets the first (uppermost) row of the table.
Namespace: DevExpress.XtraRichEdit.API.Native
Assembly: DevExpress.RichEdit.v24.1.Core.dll
NuGet Packages: DevExpress.RichEdit.Core, DevExpress.Win.Navigation
Declaration
Property Value
Type | Description |
---|---|
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