ExcelHyperlinksCollection.Item Property

Gets the hyperlink at the specified index.

Definition

Namespace: Winnovative.ExcelLib
Assembly: WnvXls_NetCore (in WnvXls_NetCore.dll) Version: 12.0.0
C#
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