セルに関連付けられたユーザーデータを取得します。
シンタックス
'宣言
Public Overloads Overridable Function GetUserData( _
ByVal As System.Integer, _
ByVal As System.Integer _
) As System.Object
public virtual System.object GetUserData(
System.int ,
System.int
)
パラメータ
- row
- 行インデックス。
- col
- 列インデックス。
戻り値の型
セルに関連付けられたオブジェクト。
参照