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