ColumnAdditionCollectionGetEnumerator Method

Spotfire 15.0 API Reference
Returns an enumerator that iterates through a collection.

Namespace:  Spotfire.Dxp.Data.Transformations
Assembly:  Spotfire.Dxp.Data (in Spotfire.Dxp.Data.dll) Version: 71.0.22122.5390 (71.0.22122.5390)
Syntax

C#
public IEnumerator<ColumnAddition> GetEnumerator()

Return Value

Type: IEnumeratorColumnAddition
An IEnumerator object that can be used to iterate through the collection.

Implements

IEnumerableTGetEnumerator
Version Information


See Also

Reference