Sql.Net Class Library Documentation

PivotColumnCollection.AddRange Method (PivotColumnCollection)

Adds the elements of another PivotColumnCollection to the end of this PivotColumnCollection.

public virtual void AddRange(
   PivotColumnCollection items
);

Parameters

items
The PivotColumnCollection whose elements are to be added to the end of this PivotColumnCollection.

See Also

PivotColumnCollection Class | Reeb.Reporting Namespace | PivotColumnCollection.AddRange Overload List