PivotHyperlink Object

Microsoft Office Web Components Visual Basic

PivotHyperlink Object

Multiple objects PivotHyperlink

Represents a hyperlink in a PivotTable list.

Using the PivotHyperlink object

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.