2.118 .field[index]

With this attribute the contents of every single cell [row, column] in the interior of a tablefield can be queried and set. The attribute .field[I,J] does not include column and row headers.

Definition

  • Data type

    string, object [ text ]

  • Access

    get, set

  • changed event

    yes

Note on the IDM for Motif

The Motif tablefield ignores leading line breaks in table cells (one ore more \n at the beginning of texts). To display empty lines before a text however, a space character may be inserted into the text before the line breaks.

Example

" \nXYZ" instead of "\nXYZ".

See also

Attribute .content[index]