[]
        
(Showing Draft Content)

FarPoint.Web.Spread.DefaultStyleCollection.GetEnumerator

GetEnumerator Method

GetEnumerator()

Gets an IEnumerator object for enumerating through the NamedStyle objects in the collection.

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

IEnumerator object for enumerating the styles in the collection

Implements