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