Back to Devexpress

Table.Rows Property

officefileapi-devexpress-dot-docs-dot-presentation-dot-table-d545b845.md

latest1.0 KB
Original Source

Table.Rows Property

Returns the collection of rows in the table.

Namespace : DevExpress.Docs.Presentation

Assembly : DevExpress.Docs.Presentation.v25.2.dll

NuGet Package : DevExpress.Docs.Presentation

Declaration

csharp
public TableRowCollection Rows { get; }
vb
Public ReadOnly Property Rows As TableRowCollection

Property Value

TypeDescription
TableRowCollection

The collection of rows in the table.

|

See Also

Table Class

Table Members

DevExpress.Docs.Presentation Namespace