Sql.Net Class Library Documentation

PivotColumnValueCollection.Insert Method 

Inserts an element into the PivotColumnValueCollection at the specified index

public virtual void Insert(
   int index,
   PivotColumnValue value
);

Parameters

index
The index at which the PivotColumnValue is to be inserted.
value
The PivotColumnValue to insert.

See Also

PivotColumnValueCollection Class | Reeb.Reporting Namespace