C1.iOS.Grid Assembly / C1.iOS.Grid Namespace / GridCellView Class / GetEnumerator Method


In This Topic
GetEnumerator Method (GridCellView)
In This Topic
Syntax
'Declaration
 
<DebuggerHiddenAttribute()>
Public Function GetEnumerator() As IEnumerator
 
'Usage
 
Dim instance As GridCellView
Dim value As IEnumerator
 
value = instance.GetEnumerator()
See Also