Initializes a new instance of the UnboundValueEventArgs class.
シンタックス
'宣言
Public Function New( _
ByVal As System.Integer, _
ByVal As System.Integer, _
ByVal As System.Object _
)
public UnboundValueEventArgs(
System.int ,
System.int ,
System.object
)
パラメータ
- row
- Row index for the cell that has an unbound value.
- col
- Column index for the cell that has an unbound value.
- value
- Unbound value that should be displayed in the cell.
参照