Spread Silverlight Documentation
GetEnumerator Method (StyleInfoCollection)


GrapeCity.Windows.SpreadSheet.Data Namespace > StyleInfoCollection Class : GetEnumerator Method
Gets an IEnumerator object for enumerating through the StyleInfo objects in the collection.
Syntax
'Declaration
 
Public Overridable Function GetEnumerator() As System.Collections.IEnumerator
'Usage
 
Dim instance As StyleInfoCollection
Dim value As System.Collections.IEnumerator
 
value = instance.GetEnumerator()
public virtual System.Collections.IEnumerator GetEnumerator()

Return Value

An System.Collections.IEnumerator object for enumerating the StyleInfo objects in the collection.
See Also

Reference

StyleInfoCollection Class
StyleInfoCollection Members