ExternalLinkCollection Class

ExternalLinkCollection class

Represents external links collection in a workbook.


type ExternalLinkCollection struct  {
	ptr unsafe.Pointer
}

Constructors

MethodDescription

Methods

MethodDescription
IsNullChecks whether the implementation object is nullptr.
GetCountGets the number of elements actually contained in the collection.
GetGets the element at the specified index.
ClearRemoves all external links.
Clear_BoolRemoves all external links.
RemoveAt_IntRemoves the specified external link from the workbook.
RemoveAt_Int_BoolRemoves the specified external link from the workbook.