XlsWorkbookObjectsCollection Properties |
The XlsWorkbookObjectsCollection type exposes the following members.
| Name | Description | |
|---|---|---|
|
|
Capacity |
Gets or sets the number of elements that the System.Collections.CollectionBase can contain.
(Inherited from
CollectionBase
T
.)
|
|
|
Count |
Gets the total number of items in the collection.
|
|
|
InnerList |
Gets the list of elements in the instance.
(Inherited from
CollectionBase
T
.)
|
|
|
IsReadOnly |
Gets a value indicating whether the collection is read-only.
(Inherited from
CollectionBase
T
.)
|
|
|
Item Int32 |
Gets the ITabSheet at the specified zero-based index.
|
|
|
Item String |
Gets the named object by its name.
|
|
|
List |
Gets the list of elements in the instance.
(Inherited from
CollectionBase
T
.)
|
|
|
Parent |
Read-oonly. The parent object for the specified object.
(Inherited from
CollectionExtended
T
.)
|
|
|
Workbook |
Parent workbook.
|