In This Topic
The following tables list the members exposed by DDSheets.
Public Properties
| Name | Description |
| Count | Gets the number of elements contained in this DDSheets collection. |
| Item | Overloaded. Gets the DDSheet at the specified index. In C#, this property is an indexer for the DDSheets class. |
Top
Public Methods
| Name | Description |
| AddNew | Adds a new blank DDSheet object to the collection and returns a reference to it. |
| Clear | Removes all the DDSheet objects contained in this collection. |
| Move | Overloaded. Moves the sheet with the specfied name to the specified position. |
| RemoveAt | Removes the DDSheet at the specified index from this collection. |
| Select | Overloaded. Selects the sheet with the specified name, and unselects all other sheets. |
Top
See Also