SetCellImage(Int32,Int32,Image) Method
In This Topic
Syntax
'Declaration
Public Overloads Sub SetCellImage( _
ByVal As System.Integer, _
ByVal As System.Integer, _
ByVal As System.Drawing.Image _
)
public void SetCellImage(
System.int ,
System.int ,
System.Drawing.Image
)
Parameters
- row
- col
- newImage
See Also