TableRowCollection Class
Represents a collection of rows owned by the PageTableBrick.
Namespace: DevExpress.XtraPrinting
Assembly: DevExpress.Printing.v24.2.Core.dll
Declaration
Related API Members
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