PowerTools SPREAD for Windows Forms 8.0J
RemoveSelection メソッド (INotifySelectionChanged)


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

パラメータ

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

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

 

 


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