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


選択範囲の最後のセルの行インデックス
選択範囲の最後のセルの列インデックス
セルの選択範囲の限度(最後のセル)を指定します。
構文
'Declaration
 
Function ExtendSelection( _
   ByVal extendRow As Integer, _
   ByVal extendColumn As Integer _
) As Boolean
'使用法
 
Dim instance As INotifySelectionChanged
Dim extendRow As Integer
Dim extendColumn As Integer
Dim value As Boolean
 
value = instance.ExtendSelection(extendRow, extendColumn)
bool ExtendSelection( 
   int extendRow,
   int extendColumn
)

パラメータ

extendRow
選択範囲の最後のセルの行インデックス
extendColumn
選択範囲の最後のセルの列インデックス
参照

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

 

 


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