MESCIUS SPREAD for Windows Forms 15.0J
RemoveSelection メソッド (INotifySelectionChanged)

範囲の先頭のセルの行インデックス
範囲の先頭のセルの列インデックス
選択解除する行数
選択解除する列数
選択リストがある場合に、選択リストから指定した選択範囲を削除します。
構文
'宣言
 
Function RemoveSelection( _
   ByVal row As Integer, _
   ByVal column As Integer, _
   ByVal rowCount As Integer, _
   ByVal columnCount As Integer _
) As Boolean
bool RemoveSelection( 
   int row,
   int column,
   int rowCount,
   int columnCount
)

パラメータ

row
範囲の先頭のセルの行インデックス
column
範囲の先頭のセルの列インデックス
rowCount
選択解除する行数
columnCount
選択解除する列数
参照

INotifySelectionChanged インターフェース
INotifySelectionChanged メンバ

 

 


© MESCIUS inc. All rights reserved.