Documentation
»
Scripting
»
Class Reference
»
Model
»
TextBlock
»
addLink
Adds a new row of type link.
Syntax
aTextBlock
addLink (
text
,
path
)
Parameters
text
-
String
The text of the row.
path
-
String
The path of the link.
Return Value
The index of the created row.
Remarks
The text must not contain any new line character.