PowerTools MultiRow for Windows Forms 8.0J
TextIndent プロパティ (CellStyle)

Cellのテキストのインデントを取得または設定します。
構文
Public Property TextIndent As Integer
public int TextIndent {get; set;}

プロパティ値

Cellのテキストのインデントを表すSystem.Int32値。既定値は-1です。これは値が継承されることを意味します。
例外
例外解説
System.ArgumentOutOfRangeException指定された値が-1未満です。
解説
注意:
このプロパティは、TextAdjustmentプロパティの値がTextAdjustment.NearまたはTextAdjustment.Farの場合にのみ有効です。TextAdjustmentNearの場合はテキストの前がインデントされ、TextAdjustmentFarの場合はテキストの後ろがインデントされます。
参照

CellStyle クラス
CellStyle メンバ

 

 


© 2008-2015 GrapeCity inc. All rights reserved.