[]
An Enumerator for the DDSheets collection. Allows use of foreach statements.
public class DDSheets.DDSheetsEnumerator : IEnumerator
| Name | Description |
|---|---|
| DDSheetsEnumerator(DDSheets) | Initializes a new instance of the DDSheets.DDSheetsEnumerator class. |
| Name | Description |
|---|---|
| Current | Gets the current item in the collection. |
| Name | Description |
|---|---|
| MoveNext() | Moves the enumerator to the next item in the collection. |
| Reset() | Sets the enumerator to its initial position, before the first item in the collection. |