PowerTools MultiRow for Windows Forms 8.0J
CellErrorTextNeededEventArgs コンストラクタ

オーナーRowのインデックスを表すSystem.Int32値。
Section内でのセルのインデックスを表すSystem.Int32値。
セルの名前を表すSystem.String値。
現在のCellのエラーを表すSystem.String
CellErrorTextNeededEventArgsクラスの新しいインスタンスを初期化します。
構文
Public Function New( _
   ByVal rowIndex As Integer, _
   ByVal cellIndex As Integer, _
   ByVal cellName As String, _
   ByVal errorText As String _
)
public CellErrorTextNeededEventArgs( 
   int rowIndex,
   int cellIndex,
   string cellName,
   string errorText
)

パラメータ

rowIndex
オーナーRowのインデックスを表すSystem.Int32値。
cellIndex
Section内でのセルのインデックスを表すSystem.Int32値。
cellName
セルの名前を表すSystem.String値。
errorText
現在のCellのエラーを表すSystem.String
参照

CellErrorTextNeededEventArgs クラス
CellErrorTextNeededEventArgs メンバ

 

 


© 2008-2015 GrapeCity inc. All rights reserved.