SpreadsheetGear 2017
Hyperlinks Property (IWorksheet)






SpreadsheetGear Namespace > IWorksheet Interface : Hyperlinks Property
Returns a reference to the hyperlink collection for the worksheet.
Syntax
'Declaration
 
ReadOnly Property Hyperlinks As IHyperlinks
'Usage
 
Dim instance As IWorksheet
Dim value As IHyperlinks
 
value = instance.Hyperlinks
IHyperlinks Hyperlinks {get;}
read-only property Hyperlinks: IHyperlinks; 
function get Hyperlinks : IHyperlinks
__property IHyperlinks* get_Hyperlinks();
property IHyperlinks^ Hyperlinks {
   IHyperlinks^ get();
}
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

IWorksheet Interface
IWorksheet Members