GrapeCity.Win.Editors.v80 アセンブリ > GrapeCity.Win.Editors 名前空間 > GcTextBox クラス : GetFirstCharIndexFromLine メソッド |
Public Function GetFirstCharIndexFromLine( _ ByVal lineNumber As Integer _ ) As Integer
public int GetFirstCharIndexFromLine( int lineNumber )
例外 | 解説 |
---|---|
System.ArgumentOutOfRangeException | パラメーターが0未満の場合にスローされます。 |
lineNumberパラメータが負の場合、GetFirstCharIndexFromLine メソッドは0を返します。 また、lineNumberパラメータがコントロールの行数を超えている場合、 GetFirstCharIndexFromLine メソッドは-1を返します。
GetFirstCharIndexFromLine メソッドは、物理行の最初の文字のインデックスを返します。 物理行は、割り当てられた行ではなく、表示されている行です。 ワードラップが原因で、表示されている行の数が割り当てられた行の数を上回る場合があります。