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

タブストップをリセットします。
構文
'Declaration
 
Public Sub ResetTabStop() 
public void ResetTabStop()
次のサンプルコードは、ResetTabStopメソッドを使用します。
FarPoint.Web.Spread.Column mycol;
mycol = FpSpread1.ActiveSheetView.Columns[1];
mycol.TabStop = false;
//mycol.ResetTabStop();
Dim mycol As FarPoint.Web.Spread.Column
mycol = FpSpread1.ActiveSheetView.Columns(1)
mycol.TabStop = False
'mycol.ResetTabStop()
参照

Column クラス
Column メンバ

 

 


© MESCIUS inc. All rights reserved.