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