'宣言 Function Add( _ Optional ByVal newText As System.String, _ Optional ByVal position As System.Integer _ ) As ITextRange
ITextRange Add( System.string newText, System.int position )
パラメータ
- newText
- 新しいテキスト。
- position
- 挿入する位置。
戻り値の型
新しい ITextRange。
'宣言 Function Add( _ Optional ByVal newText As System.String, _ Optional ByVal position As System.Integer _ ) As ITextRange
ITextRange Add( System.string newText, System.int position )