ExternalLinkCollection Class
ExternalLinkCollection class
Represents external links collection in a workbook.
type ExternalLinkCollection struct {
ptr unsafe.Pointer
}
Constructors
Method | Description |
---|
Methods
Method | Description |
---|---|
IsNull | Checks whether the implementation object is nullptr. |
GetCount | Gets the number of elements actually contained in the collection. |
Add_String_stringArray | Adds an external link. |
Add_DirectoryType_String_stringArray | Add an external link . |
Get | Gets the ExternalLink element at the specified index. |
Clear | Removes all external links. |
Clear_Bool | Removes all external links. |
RemoveAt_Int | Removes the specified external link from the workbook. |
RemoveAt_Int_Bool | Removes the specified external link from the workbook. |