PowerTools SPREAD for Windows Forms 8.0J
FireChanged メソッド (GroupInfo)


イベントが発生した行インデックス、 すべての行が影響を受けた場合は-1
イベントが発生した列インデックス、 すべての列が影響を受けた場合は-1
行数、すべての行が影響を受けた場合は-1
列数、すべての列が影響を受けた場合は-1
発生したイベントの種類
イベントデータを指定して、SheetStyleModelEventArgsを作成し、 OnChangedを呼び出してChangedイベントを発生させます。
構文
'Declaration
 
Protected Sub FireChanged( _
   ByVal row As Integer, _
   ByVal column As Integer, _
   ByVal rowCount As Integer, _
   ByVal columnCount As Integer, _
   ByVal type As SheetStyleModelEventType _
) 
'使用法
 
Dim instance As GroupInfo
Dim row As Integer
Dim column As Integer
Dim rowCount As Integer
Dim columnCount As Integer
Dim type As SheetStyleModelEventType
 
instance.FireChanged(row, column, rowCount, columnCount, type)
protected void FireChanged( 
   int row,
   int column,
   int rowCount,
   int columnCount,
   SheetStyleModelEventType type
)

パラメータ

row
イベントが発生した行インデックス、 すべての行が影響を受けた場合は-1
column
イベントが発生した列インデックス、 すべての列が影響を受けた場合は-1
rowCount
行数、すべての行が影響を受けた場合は-1
columnCount
列数、すべての列が影響を受けた場合は-1
type
発生したイベントの種類
参照

GroupInfo クラス
GroupInfo メンバ

 

 


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