IWorksheet
HyperLinks Property
|
Collection of all worksheet's hyperlinks.
Namespace:
Spire.Xls.Core
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
IHyperLinks HyperLinks { get; }
ReadOnly Property HyperLinks As IHyperLinks
Get
property IHyperLinks^ HyperLinks {
IHyperLinks^ get ();
}
abstract HyperLinks : IHyperLinks with get
Property Value
Type:
IHyperLinks
See Also