Chart.Hyperlinks Property (2007 System)

Gets a Hyperlinks collection that represents the hyperlinks for the range or worksheet.

Namespace:  Microsoft.Office.Tools.Excel
Assembly:  Microsoft.Office.Tools.Excel.v9.0 (in Microsoft.Office.Tools.Excel.v9.0.dll)

Syntax

'Declaration
<BrowsableAttribute(False)> _
Public ReadOnly Property Hyperlinks As Hyperlinks
'Usage
Dim instance As Chart 
Dim value As Hyperlinks 

value = instance.Hyperlinks
[BrowsableAttribute(false)]
public Hyperlinks Hyperlinks { get; }
[BrowsableAttribute(false)]
public:
property Hyperlinks^ Hyperlinks {
    Hyperlinks^ get ();
}
public function get Hyperlinks () : Hyperlinks

Property Value

Type: Hyperlinks
A Hyperlinks collection that represents the hyperlinks for the range or worksheet.

.NET Framework Security

See Also

Reference

Chart Class

Chart Members

Microsoft.Office.Tools.Excel Namespace