PowerTools SPREAD for Windows Forms 8.0J
PaintActiveCellInSelection プロパティ


選択範囲内のアクティブセルが描画されるかどうかを取得または設定します。
構文
'Declaration
 
Public Property PaintActiveCellInSelection As Boolean
'使用法
 
Dim instance As FpSpread
Dim value As Boolean
 
instance.PaintActiveCellInSelection = value
 
value = instance.PaintActiveCellInSelection
public bool PaintActiveCellInSelection {get; set;}
次のサンプルコードは、PaintActiveCellInSelectionプロパティを設定します。
fpSpread1.PaintActiveCellInSelection = true;
FpSpread1.PaintActiveCellInSelection = True
参照

FpSpread クラス
FpSpread メンバ

 

 


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