Click or drag to resize

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; }

Parameters

hyperlinkIndex
Type: SystemInt32
A zero based index in the hyperlinks collection

Return Value

Type: ExcelHyperlink
The hyperlink at the specified index
See Also