CellText

CellText retrieves the textual content attached to a cell from the data source. This applies to all data sources, except Narrative Reporting model.

The row and column arguments apply to the intersection in a grid that contains the linked text or note.

Syntax:

CellText("Grid", Row, Column)

Note:

See Parameters for Text Functions for parameter definitions.

If a row parameter is not included, the cell text for all rows will be returned. If a column parameter is not included, the cell text for all columns will be returned. If both the row and column parameters are not included, the cell text for all cells in the grid will be returned.

Example:

Create a report with linked text in the cell that is in row 21, column B of a grid.

CellText("mygrid",21,B)