Skip to main content
A newer version of this page is available. .
Row

Table.Rows Property

Provides access to the collection of table rows.

Namespace: DevExpress.Spreadsheet

Assembly: DevExpress.Spreadsheet.v18.2.Core.dll

Declaration

TableRowCollection Rows { get; }

Property Value

Type Description
DevExpress.Spreadsheet.TableRowCollection

A DevExpress.Spreadsheet.TableRowCollection object specifying the rows collection.

See Also