HyperlinkCollection Class

HyperlinkCollection class

Encapsulates a collection of objects.


type HyperlinkCollection struct  {
	ptr unsafe.Pointer
}

Constructors

MethodDescription

Methods

MethodDescription
IsNullChecks whether the implementation object is nullptr.
Add_Int_Int_Int_Int_StringAdds a hyperlink to a specified cell or a range of cells.
Add_String_Int_Int_StringAdds a hyperlink to a specified cell or a range of cells.
Add_String_String_String_String_StringAdds a hyperlink to a specified cell or a range of cells.
GetGets the element at the specified index.
RemoveAtRemove the hyperlink at the specified index in this collection.
ClearClears all hyperlinks.
GetCount