MESCIUS SPREAD for Windows Forms 15.0J
ResetTextIndent メソッド (StyleInfo)
使用例 

テキストインデントをリセットします。
構文
'宣言
 
Public Overridable Sub ResetTextIndent() 
public virtual void ResetTextIndent()
使用例
次のサンプルコードは、ResetTextIndentメソッドを使用します。
FarPoint.Win.Spread.StyleInfo si = new FarPoint.Win.Spread.StyleInfo();
si.TextIndent = 2;
si.ResetTextIndent();
fpSpread1.ActiveSheet.DefaultStyle = si;
Dim si As New FarPoint.Win.Spread.StyleInfo()
si.TextIndent = 2
si.ResetTextIndent()
fpSpread1.ActiveSheet.DefaultStyle = si
参照

StyleInfo クラス
StyleInfo メンバ

 

 


© MESCIUS inc. All rights reserved.