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


追加する最初のセルの行インデックス
追加する最初のセルの列インデックス
追加する行数
追加する列数
選択範囲に1つまたは複数のセルを追加します。
構文
'Declaration
 
Function AddSelection( _
   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.AddSelection(row, column, rowCount, columnCount)
bool AddSelection( 
   int row,
   int column,
   int rowCount,
   int columnCount
)

パラメータ

row
追加する最初のセルの行インデックス
column
追加する最初のセルの列インデックス
rowCount
追加する行数
columnCount
追加する列数
参照

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

 

 


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