TableRowCollection.Add(TableRow) Method
Adds the specified TableRow object to the collection.
Namespace: DevExpress.XtraPrinting
Assembly: DevExpress.Printing.v24.2.Core.dll
Declaration
Parameters
Name | Type | Description |
---|---|---|
row | TableRow | A TableRow object to add to the collection. |
Returns
Type | Description |
---|---|
Int32 | An integer value indicating the position into which the new element was inserted. |
Remarks
This method adds a TableRow object to the end of the collection.
See Also