PowerTools SPREAD for Windows Forms 8.0J
ResetTabStop メソッド (Row)


ユーザーが[Tab]キーを使用してこの行のセルにフォーカスを設定できるかどうかをデフォルト値にリセットします。
構文
'Declaration
 
Public Sub ResetTabStop() 
'使用法
 
Dim instance As Row
 
instance.ResetTabStop()
public void ResetTabStop()
FarPoint.Win.Spread.row r;
r = fpSpread1.ActiveSheet.Rows[0];
r.ResetTabStop();
Dim r As FarPoint.Win.Spread.Row
r = FpSpread1.ActiveSheet.Rows(0)
r.ResetTabStop()
参照

Row クラス
Row メンバ

 

 


© 2004-2015, GrapeCity inc. All rights reserved.