XlsName
Hyperlinks Property
|
Gets the collection of hyperlinks associated with the range referred to by this instance.
Namespace:
Spire.Xls.Core.Spreadsheet
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public IHyperLinks Hyperlinks { get; }
Public ReadOnly Property Hyperlinks As IHyperLinks
Get
public:
virtual property IHyperLinks^ Hyperlinks {
IHyperLinks^ get () sealed;
}
abstract Hyperlinks : IHyperLinks with get
override Hyperlinks : IHyperLinks with get
Property Value
Type:
IHyperLinks
Implements
IXLSRange
Hyperlinks
See Also