PowerTools MultiRow for Windows Forms 8.0J
CellValidatingEventArgs コンストラクタ(Int32,Int32,String,Object)

オーナーRowのインデックスを表すSystem.Int32値。
Section内でのセルのインデックスを表すSystem.Int32値。
セルの名前を表すSystem.String値。
検証が必要なセルの書式設定された内容。
CellValidatingEventArgsクラスの新しいインスタンスを初期化します。
構文
Public Function New( _
   ByVal rowIndex As Integer, _
   ByVal cellIndex As Integer, _
   ByVal cellName As String, _
   ByVal formattedValue As Object _
)
public CellValidatingEventArgs( 
   int rowIndex,
   int cellIndex,
   string cellName,
   object formattedValue
)

パラメータ

rowIndex
オーナーRowのインデックスを表すSystem.Int32値。
cellIndex
Section内でのセルのインデックスを表すSystem.Int32値。
cellName
セルの名前を表すSystem.String値。
formattedValue
検証が必要なセルの書式設定された内容。
参照

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

 

 


© 2008-2015 GrapeCity inc. All rights reserved.