PowerTools SPREAD for Windows Forms 8.0J
TextIndent プロパティ (StyleInfo)


このスタイルで指定されるセル内のテキストのインデント量を取得または設定します。
構文
'Declaration
 
Public Overridable Property TextIndent As Integer
'使用法
 
Dim instance As StyleInfo
Dim value As Integer
 
instance.TextIndent = value
 
value = instance.TextIndent
public virtual int TextIndent {get; set;}
次のサンプルコードは、TextIndentプロパティを設定します。
FarPoint.Win.Spread.StyleInfo si = new FarPoint.Win.Spread.StyleInfo();
si.BackColor = System.Drawing.Color.Red;
si.TextIndent = 3;
fpSpread1.ActiveSheet.DefaultStyle = si;
Dim si As New FarPoint.Win.Spread.StyleInfo()
si.BackColor = System.Drawing.Color.Red
si.TextIndent = 3
FpSpread1.ActiveSheet.DefaultStyle = si
参照

StyleInfo クラス
StyleInfo メンバ

 

 


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