[]
        
(Showing Draft Content)

GrapeCity.Win.Spread.InputMan.CellType.NumberFieldsInfo.GetEnumerator

GetEnumerator Method

GetEnumerator()

Returns an enumerator that iterates through a collection.

Declaration
public IEnumerator<NumberFieldInfo> GetEnumerator()
Public Function GetEnumerator() As IEnumerator(Of NumberFieldInfo)
Returns
Type Description
IEnumerator<NumberFieldInfo>

An IEnumerator<T> object that can be used to iterate through the collection.

Implements