Skip to main content
A newer version of this page is available. .
.NET Framework 4.5.2+

Table.FirstRow Property

Gets the first (uppermost) row of the table.

Namespace: DevExpress.XtraRichEdit.API.Native

Assembly: DevExpress.RichEdit.v19.1.Core.dll

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