TABLECELL

From iMath
Revision as of 18:24, 8 July 2017 by Jrheinlaender (Talk | contribs) (Created page with "{{Keyword| <code>TABLECELL ( string , string )</code> | Access the value of a table cell. The first string must contain the table name and the second string the cell r...")

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search

Syntax

TABLECELL ( string , string )


Implemented in iMath since version 2.2.0 or earlier.

Explanation

Access the value of a table cell. The first string must contain the table name and the second string the cell reference (you can see both if you click into the table cell and then look at the status bar at the bottom of the Writer window). The string must reference a single cell. iMath checks whether the table cell has number type or string type and will create the appropriate expression.

Cell ranges are not supported because if you split/merge cells then the cell addresses become very complicated and a range might not be clearly defined.


Example

See also

CALCCELL SETTABLECELL SETCALCCELLS