UnboundValueEventArgs クラスの新しいインスタンスを初期化します。
シンタックス
'宣言
Public Function New( _
ByVal As System.Integer, _
ByVal As System.Integer, _
ByVal As System.Object _
)
public UnboundValueEventArgs(
System.int ,
System.int ,
System.object
)
パラメータ
- row
- 非連結値を持つセルの行インデックス。
- col
- 非連結値を持つセルの列インデックス。
- value
- セルに表示する必要がある非連結値。
参照