'Declaration
Public Overloads Sub SetCellImage( _
ByVal row As System.Integer, _
ByVal colName As System.String, _
ByVal newImage As System.Drawing.Image _
)
public void SetCellImage(
System.int row,
System.string colName,
System.Drawing.Image newImage
)