SPREAD for WPF 3.0J - GcSpreadGrid
Select メソッド (EditBase)

GrapeCity.Windows.SpreadGrid.Editors 名前空間 > EditBase クラス : Select メソッド
テキストボックス内で選択するテキストの最初の文字の位置。
選択する文字数。
コントロール内のテキストの範囲を選択します。
シンタックス
'宣言
 
Public Sub Select( _
   ByVal start As Integer, _
   ByVal length As Integer _
) 
public void Select( 
   int start,
   int length
)

パラメータ

start
テキストボックス内で選択するテキストの最初の文字の位置。
length
選択する文字数。
例外
例外解説
start または length が負の値です。
参照

EditBase クラス
EditBase メンバ