[]
        
(Showing Draft Content)

FarPoint.Win.Spread.ConditionalFormatting.GetEnumerator

GetEnumerator Method

GetEnumerator()

Returns an enumerator that iterates through the collection.

Declaration
public IEnumerator<IConditionalFormattingRule> GetEnumerator()
Public Function GetEnumerator() As IEnumerator(Of IConditionalFormattingRule)
Returns
Type Description
IEnumerator<IConditionalFormattingRule>

A IEnumerator<T> object that can be used to iterate through the collection.

Implements