Click or drag to resize

ExcelHyperlinksCollectionItem Property

Gets the hyperlink at the specified index.

Namespace: ExpertXls.ExcelLib
Assembly: expertxls (in expertxls.dll) Version: 9.0.0
Syntax
public ExcelHyperlink this[
	int hyperlinkIndex
] { get; }

Parameters

hyperlinkIndex  Int32
A zero based index in the hyperlinks collection

Return Value

ExcelHyperlink
The hyperlink at the specified index
See Also