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


展開または折りたたむ行を含むビュー
展開するか折りたたむかを表す値
展開または折りたたむ行
Expand イベント引数を含む新しいオブジェクトを作成します。
構文
'Declaration
 
Public Function New( _
   ByVal view As SpreadView, _
   ByVal expand As Boolean, _
   ByVal row As Integer _
)
'使用法
 
Dim view As SpreadView
Dim expand As Boolean
Dim row As Integer
 
Dim instance As New ExpandEventArgs(view, expand, row)
public ExpandEventArgs( 
   SpreadView view,
   bool expand,
   int row
)

パラメータ

view
展開または折りたたむ行を含むビュー
expand
展開するか折りたたむかを表す値
row
展開または折りたたむ行
参照

ExpandEventArgs クラス
ExpandEventArgs メンバ

 

 


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