Table of Contents

ExcelFile.GetHyperLink Method

Returns the hyperlink at position index on the list.

Syntax

Namespace: FlexCel.Core

public abstract THyperLink GetHyperLink(Int32 hyperLinkIndex)

Parameters

<-> Parameter Type Description
hyperLinkIndex Int32 Index of the hyperlink (1 based).

Returns

Hyperlink description.

See also