[]
        
(Showing Draft Content)

GrapeCity.ActiveReports.PageReportModel.LayerCollection.GetEnumerator

GetEnumerator Method

GetEnumerator()

Returns an enumerator that iterates through the LayerCollection.

Declaration
public IEnumerator<Layer> GetEnumerator()
Returns
Type Description
IEnumerator<Layer>

An IEnumerator object for the LayerCollection object.

Implements