corelibraries-devexpress-dot-xtraprinting-1cf44b51.md
Represents a collection of rows owned by the PageTableBrick.
Namespace : DevExpress.XtraPrinting
Assembly : DevExpress.Printing.v25.2.Core.dll
NuGet Package : DevExpress.Printing.Core
public class TableRowCollection :
CollectionBase
Public Class TableRowCollection
Inherits CollectionBase
The following members return TableRowCollection objects:
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.
Object CollectionBase TableRowCollection
See Also