GrapeCity CalendarGrid for Windows Forms 2.0J
GetFirstCharIndexFromLine メソッド

最初の文字のインデックスを取得する行の番号。
指定した行の最初の文字のインデックスを取得します。
構文
Public Function GetFirstCharIndexFromLine( _
   ByVal lineNumber As Integer _
) As Integer
public int GetFirstCharIndexFromLine( 
   int lineNumber
)

パラメータ

lineNumber
最初の文字のインデックスを取得する行の番号。

戻り値の型

指定した行にある文字の 0 から始まるインデックス。
例外
例外解説
System.ArgumentOutOfRangeExceptionパラメーターが 0 未満の場合にスローされます。
解説
パラメーターがこのコントロールの GetLineCount メソッドの数以上の場合、このメソッドは -1 を返します。
参照

GcTextBox クラス
GcTextBox メンバ

 

 


c 2008 GrapeCity inc. All rights reserved.