FlexCel Studio for VCL/LCL
ContentsIndex
PreviousUpNext
TFlexCelImport.GetHyperLinkCellRange Method

Returns the cell range a hyperlink refers to.

Pascal
function GetHyperLinkCellRange(const HyperLinkIndex: integer): TXlsCellRange;
C++
__fastcall TXlsCellRange GetHyperLinkCellRange(const int HyperLinkIndex);
Parameters 
Description 
const HyperLinkIndex: integer 
Index of the hyperlink (1 based). 

While normally hyperlinks refer to a single cell, you can make them point to a range. This method will return the first and last cell of the range that the hyperlink applies to.

Copyright (c) 2002-2008 TMS Software. All rights reserved.
What do you think about this topic? Send feedback!