セルに関連付けられたユーザーデータを取得します。
            
            
            シンタックス
            
            
            
            
            '宣言
 
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
 
- 行インデックス。
 - colName
 
- 列名。
 
            
            戻り値の型
セルに関連付けられたオブジェクト。
 
            
            
            
            
            
            
            
            
            
            
            参照