XlsRangesCollection
Hyperlinks Property
|
Returns hyperlinks for this ranges collection.
Namespace:
Spire.Xls.Core.Spreadsheet.Collections
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