FillSeries.GetEnumerator Method

Returns an enumerator that iterates through the collection.
public IEnumerator<Fill> GetEnumerator()
This language is not supported or no code example is available.
public:  
IEnumerator<Fill^>^ GetEnumerator()
This language is not supported or no code example is available.
JScript does not support generic types and methods.
This language is not supported or no code example is available.

Return Value

IEnumerator<Fill>

A IEnumerator`1 that can be used to iterate through the collection.

In this article

Definition