Spread Windows Forms 12.0 Product Documentation
GetEnumerator Method (ExcelSparklineGroup)


FarPoint.Win.Spread Assembly > FarPoint.Win.Spread Namespace > ExcelSparklineGroup Class : GetEnumerator Method
Returns an enumerator that iterates through the collection.
Syntax
'Declaration
 
Public Function GetEnumerator() As IEnumerator(Of ISparkline)
'Usage
 
Dim instance As ExcelSparklineGroup
Dim value As IEnumerator(Of ISparkline)
 
value = instance.GetEnumerator()
public IEnumerator<ISparkline> GetEnumerator()

Return Value

A IEnumerator that can be used to iterate through the collection.
See Also

Reference

ExcelSparklineGroup Class
ExcelSparklineGroup Members