Overload | Description |
---|---|
Item(Int32) | Gets the DDSheet at the specified index. In C#, this property is an indexer for the DDSheets class. |
Item(String) | Gets the DDSheet with the specified name In C#, this property is an indexer for the DDSheets class. If a DDSheet with the specified name does not exist in the collection, null will be returned. |