ExternalLinkCollection Class
ExternalLinkCollection class
Represents external links collection in a workbook.
type ExternalLinkCollection struct {
ptr unsafe.Pointer
}
Constructors
Methods
Method | Description |
---|
IsNull | Checks whether the implementation object is nullptr. |
GetCount | Gets the number of elements actually contained in the collection. |
Get | Gets the 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. |