[]
        
(Showing Draft Content)

FarPoint.Win.Spread.DefaultSparklineContainer.GetEnumerator

GetEnumerator Method

GetEnumerator()

Returns an enumerator that iterates through the collection.

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

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

Implements
OSZAR »