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


境界線の選択を描画できるかどうかを示す値を取得または設定します。
構文
'Declaration
 
Public Property PaintSelectionBorder As Boolean
'使用法
 
Dim instance As FpSpread
Dim value As Boolean
 
instance.PaintSelectionBorder = value
 
value = instance.PaintSelectionBorder
public bool PaintSelectionBorder {get; set;}
次のサンプルコードは、PaintSelectionBorderプロパティを設定します。
fpSpread1.PaintSelectionBorder = false;
FpSpread1.PaintSelectionBorder = False
参照

FpSpread クラス
FpSpread メンバ

 

 


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