Winnovative Excel Library

ExcelHyperlinksCollectionItem Property

Winnovative Excel Library Documentation
Gets the hyperlink at the specified index.

Namespace:  Winnovative.ExcelLib
Assembly:  wnvxls (in wnvxls.dll) Version: 10.0.0.0 (10.0.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

Reference