'Declaration
Protected Sub FireChanged( _
ByVal As Integer, _
ByVal column As Integer, _
ByVal As Integer, _
ByVal columnCount As Integer, _
ByVal 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)