:: ooo :: vba :: excel ::

interface XHyperlinks
Base Interfaces
XHyperlinks
┗ ::ooo::vba::XCollection
   ┣ ::ooo::vba::XHelperInterface
   ┃ ┗ ::com::sun::star::lang::XServiceInfo
   ┣ ::com::sun::star::script::XDefaultMethod
   ┗ ::com::sun::star::container::XEnumerationAccess
      ┗ ::com::sun::star::container::XElementAccess

::ooo::vba::XCollection

Methods' Summary
Add  
Delete  
Methods' Details
Add
XHyperlink
Add( [in] any  aAnchor,
[in] any  aAddress,
[in] any  aSubAddress,
[in] any  aScreenTip,
[in] any  aTextToDisplay );

Delete
void
Delete();

Top of Page