Skip to main content

TableRowCollection.AddRow() Method

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

Namespace: DevExpress.XtraPrinting

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

NuGet Package: DevExpress.Printing.Core

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