HyperLinksCollection
Item Property
|
Returns single entry from the collection. Read-only.
Namespace:
Spire.Xls.Collections
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
public HyperLink this[
int index
] { get; }
Public ReadOnly Default Property Item (
index As Integer
) As HyperLink
Get
public:
property HyperLink^ default[int index] {
HyperLink^ get (int index);
}
member Item : HyperLink with get
Parameters
-
index
-
Type:
System
Int32
Property Value
Type:
HyperLink
See Also