Gets user data associated with a cell.
'宣言
Public Overloads Overridable Function GetUserData( _
ByVal As System.Integer, _
ByVal As System.String _
) As System.Object
public virtual System.object GetUserData(
System.int ,
System.string
)
パラメータ
- row
- Row index.
- colName
- Column name.
戻り値の型
Object associated with the cell.