Assigns a value to a grid cell, coercing the value into the cell's specified DataType.
            
            
            
            
            
            
            
            '宣言
 
Public Overloads Overridable Function SetData( _
   ByVal  As System.Integer, _
   ByVal  As System.Integer, _
   ByVal  As System.Object _
) As System.Boolean
             
        
            
            public virtual System.bool SetData( 
   System.int ,
   System.int ,
   System.object 
)
             
        
             
        
            パラメータ
- row
 
- Row index.
 - col
 
- Column index.
 - value
 
- Value to assign to the cell.
 
            
            戻り値の型
True if the value was assigned to the cell, false if the value could not be assigned (usually because it could not be converted to the appropriate type).