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

ColumnSummariesSet.CopyTo(ColumnSummaries[], Int32) Method

Copies the entire collection to a one dimensional array starting at the specified index of the target array.

Namespace: DevExpress.XtraReports.Wizards

Assembly: DevExpress.XtraReports.v18.2.dll

Declaration

public void CopyTo(
    ColumnSummaries[] array,
    int arrayIndex
)

Parameters

Name Type Description
array ColumnSummaries[]

A one-dimensional array that is the destination for the ColumnSummaries objects copied from the collection.

arrayIndex Int32

An integer value specifying the zero-based index in the target array at which copying begins.

Implements

See Also