Spread ASP.NET 17
FarPoint.Web.Spread Assembly / FarPoint.Web.Spread Namespace / NamedStyleCollection Class / GetEnumerator Method
Example


In This Topic
    GetEnumerator Method (NamedStyleCollection)
    In This Topic
    Gets an IEnumerator object for enumerating through the NamedStyle objects in the collection.
    Syntax
    'Declaration
     
    
    Public Overridable Function GetEnumerator() As IEnumerator
    'Usage
     
    
    Dim instance As NamedStyleCollection
    Dim value As IEnumerator
     
    value = instance.GetEnumerator()
    public virtual IEnumerator GetEnumerator()

    Return Value

    IEnumerator object for enumerating the styles in the collection
    Remarks
    This method is for enumerating through the NamedStyle objects in the collection.
    Example
    This example uses the current object returned by the enumerator.
    See Also