[]
Returns an enumerator that iterates through the collection.
public IEnumerator<TextColumn> GetEnumerator()
Public Function GetEnumerator() As IEnumerator(Of TextColumn)
Type | Description |
---|---|
IEnumerator<TextColumn> | An enumerator that can be used to iterate through the collection. |