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


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

FpSpread クラス
FpSpread メンバ

 

 


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