TExcelFile.GetHyperLink Method
Returns the hyperlink at position index on the list.
Syntax
Unit: FlexCel.Core
function TExcelFile.GetHyperLink(const hyperLinkIndex: Integer): THyperLink; virtual; abstract;
Parameters
<-> |
Parameter |
Type |
Description |
const |
hyperLinkIndex |
Integer |
Index of the hyperlink (1 based). |
Returns
Hyperlink description.
See also