TableRowCollection.AddRow() Method
In This Article
Initializes a new instance of the TableRow class and adds it to the collection.
Namespace: DevExpress.XtraPrinting
Assembly: DevExpress.Printing.v24.2.Core.dll
NuGet Package: DevExpress.Printing.Core
#Declaration
#Returns
Type | Description |
---|---|
Table |
The Table |
#Remarks
This method adds a TableRow object to the end of the collection.
See Also