Frame Cell (Hyperlinks Section)
Represents the name of a frame to target when the application is open as an Active document in a container application. The default is an empty string.
Remarks
To get a reference to the Frame cell by name from another formula, or from a program using the CellsU property, use:
Value | |
---|---|
Cell name: |
Hyperlink. name .Frame where Hyperlink. name is the row name |
To get a reference to the Frame cell by index from a program, use the CellsSRC property with the following arguments:
Value | |
---|---|
Section index: |
visSectionHyperlink |
Row index: |
visRow1stHyperlink + i where i = 0, 1, 2... |
Cell index: |
visHLinkFrame |