GrapeCity SPREAD for Windows Forms 11.0J
ResetTextIndent メソッド (StyleInfo)


テキストインデントをリセットします。
構文
'Declaration
 
Public Overridable Sub ResetTextIndent() 
'使用法
 
Dim instance As StyleInfo
 
instance.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 メンバ

 

 


© 2004-2018, GrapeCity Inc. All rights reserved.