PowerTools SPREAD for Windows Forms 8.0J
PaintByControl プロパティ (GcNumberCellType)


セルの描画方法を示す値を取得または設定します。true の場合、内部コントロールの描画を使用してセルが描画されます。この場合、セルは編集コントロールとまったく同じように描画されます。セルのすべての設定(スタイルの異なるフィールドなど)がセルの描画時に有効になります。文字列を直接描画するのではなくコントロールによって描画する場合、セルの描画パフォーマンスは遅くなります。また、PDF にエクスポートしたときにセルのテキストは選択できません。false の場合、パフォーマンスは良好ですが、一部の設定が無効になります。
構文
'Declaration
 
Public Property PaintByControl As Boolean
'使用法
 
Dim instance As GcNumberCellType
Dim value As Boolean
 
instance.PaintByControl = value
 
value = instance.PaintByControl
public bool PaintByControl {get; set;}
参照

GcNumberCellType クラス
GcNumberCellType メンバ

 

 


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