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


TabStopプロパティをデフォルト値にリセットします。
構文
'Declaration
 
Public Overridable Sub ResetTabStop() 
'使用法
 
Dim instance As StyleInfo
 
instance.ResetTabStop()
public virtual void ResetTabStop()
解説
デフォルトでは、TabStopプロパティは設定されていません。このプロパティをリセットすると、未設定状態に戻ります。
次のサンプル コードは、タブ ストップをリセットします。
Dim si As New FarPoint.Win.Spread.StyleInfo
si.ResetTabStop
fpSpread1.ActiveSheet.DefaultStyle = si;
Dim si As New FarPoint.Win.Spread.StyleInfo
si.ResetTabStop
FpSpread1.ActiveSheet.DefaultStyle = si;
参照

StyleInfo クラス
StyleInfo メンバ

 

 


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