Spread Windows Forms 12.0 Product Documentation
GetEnumerator Method (LabelAreaCollection)


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

Return Value

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

Reference

LabelAreaCollection Class
LabelAreaCollection Members