FlexGrid for WinForms
GetErrorInfoEventArgs コンストラクタ

C1.Win.C1FlexGrid.4.5.2 アセンブリ > C1.Win.C1FlexGrid 名前空間 > GetErrorInfoEventArgs クラス : GetErrorInfoEventArgs コンストラクタ
セルまたは行のエラー情報が必要な場合の行インデックス。
セルまたは行のエラー情報が必要な場合の列インデックス。
GetErrorInfoEventArgsクラスの新しいインスタンスを初期化します。
シンタックス
'宣言
 
Public Function New( _
   ByVal row As System.Integer, _
   ByVal col As System.Integer _
)
public GetErrorInfoEventArgs( 
   System.int row,
   System.int col
)

パラメータ

row
セルまたは行のエラー情報が必要な場合の行インデックス。
col
セルまたは行のエラー情報が必要な場合の列インデックス。
参照

GetErrorInfoEventArgs クラス
GetErrorInfoEventArgs メンバ