Sql.Net Class Library Documentation

PivotColumnValueCollection.AddRange Method (PivotColumnValue[])

Adds the elements of an array to the end of this PivotColumnValueCollection.

public virtual void AddRange(
   PivotColumnValue[] items
);

Parameters

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

See Also

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