Sql.Net Class Library Documentation

PivotColumnValueCollection.AddRange Method

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

Overload List

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);

See Also

PivotColumnValueCollection Class | Reeb.Reporting Namespace