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


表示状態を調べる行範囲の最初の行インデックス。
表示状態を調べる行範囲の行数。
RequestRowVisibleStatesEventArgsクラスの新しいインスタンスを初期化します。
構文
'Declaration
 
Public Function New( _
   ByVal row As Integer, _
   ByVal rowCount As Integer _
)
'使用法
 
Dim row As Integer
Dim rowCount As Integer
 
Dim instance As New RequestRowVisibleStatesEventArgs(row, rowCount)
public RequestRowVisibleStatesEventArgs( 
   int row,
   int rowCount
)

パラメータ

row
表示状態を調べる行範囲の最初の行インデックス。
rowCount
表示状態を調べる行範囲の行数。
参照

RequestRowVisibleStatesEventArgs クラス
RequestRowVisibleStatesEventArgs メンバ

 

 


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