Link Search Menu Expand Document

HyperLinksItem Property

Gets or sets the HyperLink at the specified index.

Namespace:Bytescout.Spreadsheet
Assembly: Bytescout.Spreadsheet (in Bytescout.Spreadsheet.dll) Version: 4.7.0.2045-master
Syntax
public HyperLink this[
	int index
] { get; set; }

Parameters

index
Type: SystemInt32

Property Value

Type: HyperLink
The zero-based index of the element to get

Implements

IHyperLinksItemInt32
See Also

Reference