Skip to main content
Row

Table.Rows Property

Provides access to the collection of table rows.

Namespace: DevExpress.Spreadsheet

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

NuGet Package: DevExpress.Spreadsheet.Core

Declaration

TableRowCollection Rows { get; }

Property Value

Type Description
DevExpress.Spreadsheet.TableRowCollection

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

See Also