Skip to main content

Table.FirstRow Property

Gets the first (uppermost) row of the table.

Namespace: DevExpress.XtraRichEdit.API.Native

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

NuGet Packages: DevExpress.RichEdit.Core, DevExpress.Win.Navigation

Declaration

TableRow FirstRow { get; }

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