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

Table.Rows Property

Provides access to the collection of table rows.

Namespace: DevExpress.Spreadsheet

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

Declaration

TableRowCollection Rows { get; }

Property Value

Type Description
DevExpress.Spreadsheet.TableRowCollection

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

See Also