Insert メソッド (AWTTextArea)

クラス

AWTTextArea.

処理

指定したテキストを指定した位置に挿入します。

構文

textArea.Insert(text, pos)
変数 説明
text 挿入するテキスト。 String
pos 挿入する位置。 The value is zero-based.。 Integer

colorsTextArea.Insert("yellow", 16)