SPREAD for WPF 4.0J - GcSpreadSheet
Deselect メソッド

GrapeCity.Spreadsheet 名前空間 > WorksheetView クラス : Deselect メソッド
アンカー行を示す整数値。
アンカー列を示す整数値。
選択解除したセル範囲の一番上の行を示す整数値。
選択解除したセル範囲の左側の列を示す整数値。
選択解除したセル範囲の一番下の行を示す整数値。
選択解除したセル範囲の右側の列を示す整数値。
UIコントロールに通知する場合はtrue。 それ以外の場合はfalse
指定したセル範囲を選択解除します。
シンタックス
'宣言
 
Public Function Deselect( _
   ByVal anchorRow As System.Integer, _
   ByVal anchorColumn As System.Integer, _
   ByVal row As System.Integer, _
   ByVal column As System.Integer, _
   ByVal row2 As System.Integer, _
   ByVal column2 As System.Integer, _
   Optional ByVal notifyUI As System.Boolean _
) As System.Boolean
public System.bool Deselect( 
   System.int anchorRow,
   System.int anchorColumn,
   System.int row,
   System.int column,
   System.int row2,
   System.int column2,
   System.bool notifyUI
)

パラメータ

anchorRow
アンカー行を示す整数値。
anchorColumn
アンカー列を示す整数値。
row
選択解除したセル範囲の一番上の行を示す整数値。
column
選択解除したセル範囲の左側の列を示す整数値。
row2
選択解除したセル範囲の一番下の行を示す整数値。
column2
選択解除したセル範囲の右側の列を示す整数値。
notifyUI
UIコントロールに通知する場合はtrue。 それ以外の場合はfalse
参照

WorksheetView クラス
WorksheetView メンバ