GrapeCity MultiRow for Windows Forms 11.0J
CellValueEventArgs コンストラクタ(Int32,Int32,String,Object)

オーナーRowのインデックスを表すSystem.Int32値。
Section内でのセルのインデックスを表すSystem.Int32値。
セルの名前を表すSystem.String値。
セルの値として設定されるSystem.Objectインスタンス。
CellValueEventArgsクラスの新しいインスタンスを初期化します。
シンタックス
Public Function New( _
   ByVal rowIndex As Integer, _
   ByVal cellIndex As Integer, _
   ByVal cellName As String, _
   ByVal value As Object _
)
public CellValueEventArgs( 
   int rowIndex,
   int cellIndex,
   string cellName,
   object value
)

パラメータ

rowIndex
オーナーRowのインデックスを表すSystem.Int32値。
cellIndex
Section内でのセルのインデックスを表すSystem.Int32値。
cellName
セルの名前を表すSystem.String値。
value
セルの値として設定されるSystem.Objectインスタンス。
参照

参照

CellValueEventArgs クラス
CellValueEventArgs メンバ
オーバーロード一覧

 

 


© 2008 GrapeCity inc. All rights reserved.