ExternalWorkbookCollection Properties
A collection of external workbooks.| Name | Description |
|---|---|
| Count | Gets the number of external workbooks in the collection. |
| IsReadOnly | Gets a value indicating whether the ICollection<T> is read-only. Inherited from ICollection<T>. |
| IsSynchronized | Gets a value indicating whether access to the ICollection is synchronized (thread safe). Inherited from ICollection. |
| SyncRoot | Gets an object that can be used to synchronize access to the ICollection. Inherited from ICollection. |
See Also