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


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

パラメータ

row
最初のセルの行インデックス
column
最初のセルの列インデックス
rowCount
選択範囲に含める行数
columnCount
選択範囲に含める列数
参照

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

 

 


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