Link Search Menu Expand Document

HyperLinksRemoveAt Method

Removes the element at the specified index of the HyperLink.

Namespace:Bytescout.Spreadsheet
Assembly: Bytescout.Spreadsheet (in Bytescout.Spreadsheet.dll) Version: 4.7.0.2045-master
Syntax
public void RemoveAt(
	int index
)

Parameters

index
Type: SystemInt32
The The zero-based index of the element to remove.

Implements

IHyperLinksRemoveAt(Int32)
See Also

Reference