[]
        
(Showing Draft Content)

FarPoint.Win.Spread.FpScrollBarButtonCollection.GetEnumerator

GetEnumerator Method

GetEnumerator()

Returns an enumerator that iterates through a collection.

Declaration
public IEnumerator GetEnumerator()
Public Function GetEnumerator() As IEnumerator
Returns
Type Description
IEnumerator

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

Implements