Sql.Net Class Library Documentation

PivotColumnCollection.Insert Method 

Inserts an element into the PivotColumnCollection at the specified index

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

Parameters

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

See Also

PivotColumnCollection Class | Reeb.Reporting Namespace