ExternalLink Class

Represents an external link in a workbook.


type ExternalLink struct  {
	ptr unsafe.Pointer
}

Constructors

MethodDescription

Methods

MethodDescription
IsNullChecks whether the implementation object is nullptr.
GetTypeGets the type of external link.
GetPathTypeGet the path type of this external link
GetOriginalDataSourceRepresents stored data source of the external link.
SetOriginalDataSourceRepresents stored data source of the external link.
GetDataSourceRepresents data source of the external link.
SetDataSourceRepresents data source of the external link.
AddExternalNameAdds an external name.
IsReferredIndicates whether this external link is referenced by others.
IsVisibleIndicates whether this external link is visible in MS Excel.