Sql.Net Class Library Documentation

PivotColumnValueCollection.AddRange Method (PivotColumnValueCollection)

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

public virtual void AddRange(
   PivotColumnValueCollection items
);

Parameters

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

See Also

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