MESCIUS SPREAD for ASP.NET 10.0J
ResetTabStop メソッド (Cell)

ユーザーが[Tab]キーを使用してセルにフォーカスを設定できるかどうかをデフォルト値にリセットします。
構文
'Declaration
 
Public Sub ResetTabStop() 
public void ResetTabStop()
次のサンプルコードは、ResetTabStopメソッドを使用します。
FarPoint.Web.Spread.Cell mycell;            
mycell = FpSpread1.Cells[1, 1];
mycell.Text = "Test";
mycell.TabStop = false;
mycell.ResetTabStop();
Dim mycell A sFarPoint.Web.Spread.Cell
mycell = FpSpread1.Cells(1,1)
mycell.Text = "Test"
mycell.TabStop = False
mycell.ResetTabStop()
参照

Cell クラス
Cell メンバ

 

 


© MESCIUS inc. All rights reserved.