Sql.Net Class Library Documentation

PivotColumnValueCollection.IndexOf Method 

Return the zero-based index of the first occurrence of a specific value in this PivotColumnValueCollection

public virtual int IndexOf(
   PivotColumnValue value
);

Parameters

value
The PivotColumnValue value to locate in the PivotColumnValueCollection.

Return Value

The zero-based index of the first occurrence of the _ELEMENT value if found; -1 otherwise.

See Also

PivotColumnValueCollection Class | Reeb.Reporting Namespace