Hyperlink::Ref property¶
The Ref property stores the reference within a document to navigate to when the user clicks on the link. This value is only valid if the hyperlink type contains the value IGR_HYPERLINK_ACTION_GOTO.
string Ref { get; }
string getRef() throws IGRException;
@property
def Ref(self) -> string
std::wstring getRef() const;
[propget] HRESULT Ref([out, retval] BSTR *result);
Return Value¶
string
: The reference within a document to navigate to when the user clicks on the link.