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.
Add_String_stringArrayAdds an external link.
Add_DirectoryType_String_stringArrayAdd an external link .
GetGets the ExternalLink 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.