Share via


PivotHyperlink Object

Multiple objects
PivotHyperlink

Represents a hyperlink in a PivotTable list.

Use the Hyperlink property of the PivotDetailCell, PivotAxisMember, PivotColumnMember, PivotRowMember or PivotPageMember objects to return a PivotHyperlink object.

The PivotTable control will treat field members as hyperlinks when the IsHyperlink property of the field is set to True.

Use the Address property to return the address for a PivotHyperlink object. The Address property of a PivotHyperlink object is read-only. You must update the database itself to change the address of a hyperlink in a PivotTable list. Use the Follow method to resolve, download, and display the target document.

Properties | Address Property | Name Property | Parent Property | Subaddress Property

Methods | Delete Method | Follow Method

Parent Objects | PivotAxisMember Object | PivotColumnMember Object | PivotDetailCell Object | PivotPageMember Object | PivotRowMember Object

Child Objects