[]
        
(Showing Draft Content)

FarPoint.Web.Spread.ExcelSparklineGroup.GetEnumerator

GetEnumerator Method

GetEnumerator()

Returns an enumerator that iterates through the collection.

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

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

Implements