CellText (Runtime property)

This property is used to set or get the text of the desired cell.

PROPERTY CellText(x as Integer,y as Integer) as String

x: The column value of the desired cell.

y: The row value of the desired cell.


Description:
Cells are one based, that is the first cell is cell 1,1. The CellText property uses the Cell propert internally to read from a Cell and the WritableCell property to write to a Cell.