PowerTools SPREAD for Windows Forms 8.0J
SheetSelectionModelEventArgs コンストラクタ


選択範囲の開始行インデックス
選択範囲の開始列インデックス
選択行数
選択列数
シートの選択モデルの新しいChangedイベント引数オブジェクトを作成します。
構文
'Declaration
 
Public Function New( _
   ByVal row As Integer, _
   ByVal column As Integer, _
   ByVal rowCount As Integer, _
   ByVal columnCount As Integer _
)
'使用法
 
Dim row As Integer
Dim column As Integer
Dim rowCount As Integer
Dim columnCount As Integer
 
Dim instance As New SheetSelectionModelEventArgs(row, column, rowCount, columnCount)
public SheetSelectionModelEventArgs( 
   int row,
   int column,
   int rowCount,
   int columnCount
)

パラメータ

row
選択範囲の開始行インデックス
column
選択範囲の開始列インデックス
rowCount
選択行数
columnCount
選択列数
参照

SheetSelectionModelEventArgs クラス
SheetSelectionModelEventArgs メンバ

 

 


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