Table.Rows Property
In This Article
Provides access to a collection of table rows.
Namespace: DevExpress.XtraRichEdit.API.Native
Assembly: DevExpress.RichEdit.v14.2.Core.dll
#Declaration
#Property Value
Type | Description |
---|---|
Table |
A Table |
#Remarks
To obtain a particular cell within a table, use the Table.Item property.
See Also