'宣言 Public Function GetLineText( _ ByVal lineIndex As System.Integer _ ) As System.String
public System.string GetLineText( System.int lineIndex )
パラメータ
- lineIndex
- 現在表示されているテキストを取得する行の 0 から始まる行インデックス。
戻り値の型
指定した行に現在表示されているテキストのコピーを含む文字列。
'宣言 Public Function GetLineText( _ ByVal lineIndex As System.Integer _ ) As System.String
public System.string GetLineText( System.int lineIndex )
例外 | 解説 |
---|---|
System.ArgumentOutOfRangeException | lineIndex が 0 未満か、行数以上です。 |