Adds the elements of an array to the end of this PivotColumnValueCollection.
Adds the elements of an array to the end of this PivotColumnValueCollection.
public virtual void AddRange(PivotColumnValue[]);
Adds the elements of another PivotColumnValueCollection to the end of this PivotColumnValueCollection.
public virtual void AddRange(PivotColumnValueCollection);
PivotColumnValueCollection Class | Reeb.Reporting Namespace