Table.FirstRow Property
Gets the first (uppermost) row of the table.
Namespace: DevExpress.XtraRichEdit.API.Native
Assembly: DevExpress.RichEdit.v22.1.Core.dll
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.
Related GitHub Examples
The following code snippets (auto-collected from DevExpress Examples) contain references to the FirstRow property.
Note
The algorithm used to collect these code examples remains a work in progress. Accordingly, the links and snippets below may produce inaccurate results. If you encounter an issue with code examples below, please use the feedback form on this page to report the issue.