[]
        
(Showing Draft Content)

GrapeCity.SpreadBuilder.DDSheets.GetEnumerator

GetEnumerator Method

GetEnumerator()

Returns an IEnumerator object for this collection, which you can use to enumerate the DDSheet contained in this collection. Allows foreach statements to be used with the collection.

Declaration
public IEnumerator GetEnumerator()
Returns
Type Description
IEnumerator
Implements