Spread for ASP.NET 12 Product Documentation
GetEnumerator Method (TouchStripCollection)


FarPoint.Web.Spread Assembly > FarPoint.Web.Spread Namespace > TouchStripCollection Class : GetEnumerator Method
Returns an enumerator that iterates through the TouchStripCollection.
Syntax
'Declaration
 
Public Overrides NotOverridable Function GetEnumerator() As ListBase(Of TouchStrip)
'Usage
 
Dim instance As TouchStripCollection
Dim value As ListBase(Of TouchStrip)
 
value = instance.GetEnumerator()
public override ListBase<TouchStrip> GetEnumerator()

Return Value

See Also

Reference

TouchStripCollection Class
TouchStripCollection Members