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

TableRowCollection Class

Represents a collection of rows owned by the PageTableBrick.

Namespace: DevExpress.XtraPrinting

Assembly: DevExpress.Printing.v20.2.Core.dll

NuGet Packages: DevExpress.Printing.Core, DevExpress.WindowsDesktop.Printing.Core

Declaration

public class TableRowCollection :
    CollectionBase

The following members return TableRowCollection objects:

Remarks

The PageTableBrick represents a table which is comprised of rows. The collection of rows can be accessed via the PageTableBrick.Rows property represented by the TableRowCollection object. Each item in the collection is represented by the TableRow object. Use the methods of the TableRowCollection to add rows to and remove them from the collection. Individual rows are accessed using indexer notation.

Inheritance

Object
CollectionBase
TableRowCollection
See Also