Table of Contents

XlsFile.GetLink Method

Gets the external link at position i.

Syntax

Namespace: FlexCel.XlsAdapter

public override String GetLink(Int32 index)

Parameters

<-> Parameter Type Description
index Int32 Index of the link (1 based). i goes between 1 and ExcelFile.LinkCount

See also