Skip to main content

Table.Rows Property

Provides access to a collection of table rows.

Namespace: DevExpress.XtraRichEdit.API.Native

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

#Declaration

TableRowCollection Rows { get; }

#Property Value

Type Description
TableRowCollection

A TableRowCollection interface that enables you to operate with table rows.

#Remarks

To obtain a particular cell within a table, use the Table.Item property.

See Also