Value Cell (Text Fields Section)
Contains the function for a field.
Remarks
You can set the value of this cell using the Field dialog box (Insert menu).
To get a reference to the Value cell by name from another formula, or from a program using the CellsU property, use:
Cell name: |
Fields.Value[i] |
To get a reference to the Value cell by index from a program, use the CellsSRC property with the following arguments:
Section index: |
visSectionTextField |
Row index: |
visRowField + i |
Cell index: |
visFieldCell |