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

TableRowCollection.AddRow() Method

Initializes a new instance of the TableRow class and adds it to the collection.

Namespace: DevExpress.XtraPrinting

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

Declaration

public TableRow AddRow()

Returns

Type Description
TableRow

The TableRow object added to the collection of rows.

Remarks

This method adds a TableRow object to the end of the collection.

See Also