The SpreadsheetHyperlinkCollection type exposes the following members.
Back to Top
Back to Top
Back to Top
Methods
| Name | Description | |
|---|---|---|
| Clear |
Removes all hyperlinks.
| |
| GetEnumerator |
Returns an enumerator for the collection.
| |
| RemoveAt |
Removes the SpreadsheetHyperlink at the specified index.
|
Properties
| Name | Description | |
|---|---|---|
| Count |
Gets the number of hyperlinks contained in the collection.
|
Explicit Interface Implementations
| Name | Description | |
|---|---|---|
| IEnumerable GetEnumerator |
Returns an enumerator for the collection.
|
See Also