TXlsFile.GetHyperLinkCellRange Method
Returns the cell range a hyperlink refers to.
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.
Syntax
Unit: FlexCel.XlsAdapter
function TXlsFile.GetHyperLinkCellRange(const hyperLinkIndex: Integer): TXlsCellRange; override;
Parameters
<-> |
Parameter |
Type |
Description |
const |
hyperLinkIndex |
Integer |
Index of the hyperlink (1 based). |
Returns
Range the hyperlink applies to.
See also