Documentation
»
Scripting
»
Class Reference
»
Model
»
TextBlock
»
setRowText
Changes the text of the row at given index.
Syntax
aTextBlock
setRowText (
index
,
text
)
Parameters
index
-
Integer
The index of the row (zero based).
text
-
String
The new text.
Remarks
The text must not contain any new line character.