ユーザーデータをセルに割り当てます。
シンタックス
'宣言
Public Overloads Overridable Sub SetUserData( _
ByVal As System.Integer, _
ByVal As System.String, _
ByVal As System.Object _
)
public virtual void SetUserData(
System.int ,
System.string ,
System.object
)
パラメータ
- row
- 行インデックス。
- colName
- 列名。
- data
- セルに割り当てるユーザーデータ。
参照