ExcelHyperlinksCollectionItem Property |
Gets the hyperlink at the specified index.
Namespace:
ExpertXls.ExcelLib
Assembly:
expertxls (in expertxls.dll) Version: 7.0.0
Syntax public ExcelHyperlink this[
int hyperlinkIndex
] { get; }
Public ReadOnly Default Property Item (
hyperlinkIndex As Integer
) As ExcelHyperlink
Get
Parameters
- hyperlinkIndex
- Type: SystemInt32
A zero based index in the hyperlinks collection
Return Value
Type:
ExcelHyperlinkThe hyperlink at the specified index
See Also