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

TableRowCollection.Add(TableRow) Method

Adds the specified TableRow object to the collection.

Namespace: DevExpress.XtraPrinting

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

Declaration

public int Add(
    TableRow row
)

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