|
FlexCel Studio for VCL/LCL
|
Returns the cell range a hyperlink refers to.
function GetHyperLinkCellRange(const HyperLinkIndex: integer): TXlsCellRange;
__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!
|