Gets user data associated with a cell.
            
            
            
            
            
            
            
            '宣言
 
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
 
- Row index.
 - col
 
- Column index.
 
            
            戻り値の型
Object associated with the cell.