[]
        
(Showing Draft Content)

GrapeCity.SpreadBuilder.DDSheets.DDSheetsEnumerator.MoveNext

MoveNext Method

MoveNext()

Moves the enumerator to the next item in the collection.

Declaration
public bool MoveNext()
Returns
Type Description
bool

True if the enumerator has been successfully moved to the next item; false if the enumerator has reached the end of the collection.

Implements