Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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 |