MESCIUS SPREAD for ASP.NET 10.0J
SheetStyleModelEventArgs コンストラクタ

イベントが発生した場所を示す行インデックス。すべての行が影響を受けた場合は-1。
イベントが発生した場所を示す列インデックス。すべての列が影響を受けた場合は-1。
行数。すべての行が影響を受けた場合は-1。
列数。すべての列が影響を受けた場合は-1。
スタイルモデルで発生した変更の種類
シートのスタイルモデルの新しいChangedイベント引数オブジェクトを作成します。
構文
'Declaration
 
Public Function New( _
   ByVal row As Integer, _
   ByVal column As Integer, _
   ByVal rowCount As Integer, _
   ByVal columnCount As Integer, _
   ByVal type As SheetStyleModelEventType _
)
public SheetStyleModelEventArgs( 
   int row,
   int column,
   int rowCount,
   int columnCount,
   SheetStyleModelEventType type
)

パラメータ

row
イベントが発生した場所を示す行インデックス。すべての行が影響を受けた場合は-1。
column
イベントが発生した場所を示す列インデックス。すべての列が影響を受けた場合は-1。
rowCount
行数。すべての行が影響を受けた場合は-1。
columnCount
列数。すべての列が影響を受けた場合は-1。
type
スタイルモデルで発生した変更の種類
参照

SheetStyleModelEventArgs クラス
SheetStyleModelEventArgs メンバ

 

 


© MESCIUS inc. All rights reserved.