Input for WinForms
GetFirstCharIndexFromLine メソッド (C1TextBoxBase)

C1.Win.Input.8 アセンブリ > C1.Win.Input.Base 名前空間 > C1TextBoxBase クラス : GetFirstCharIndexFromLine メソッド
最初の文字のインデックスを取得する行。
指定された行の最初の文字のインデックスを取得します。
シンタックス
'宣言
 
Public Function GetFirstCharIndexFromLine( _
   ByVal lineNumber As System.Integer _
) As System.Integer
public System.int GetFirstCharIndexFromLine( 
   System.int lineNumber
)

パラメータ

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

戻り値の型

指定された行内の最初の文字の 0 から始まるインデックス。
参照

C1TextBoxBase クラス
C1TextBoxBase メンバ