ExternalLink Class
Contents
[
Hide
]ExternalLink class
Represents an external link in a workbook.
type ExternalLink struct {
ptr unsafe.Pointer
}
Constructors
| Method | Description |
|---|
Methods
| Method | Description |
|---|---|
| IsNull | Checks whether the implementation object is nullptr. |
| GetType | Gets the type of external link. |
| GetPathType | Get the path type of this external link |
| GetOriginalDataSource | Represents stored data source of the external link. |
| SetOriginalDataSource | Represents stored data source of the external link. |
| GetDataSource | Represents data source of the external link. |
| SetDataSource | Represents data source of the external link. |
| AddExternalName | Adds an external name. |
| IsReferred | Indicates whether this external link is referenced by others. |
| IsVisible | Indicates whether this external link is visible in MS Excel. |