Gets the image displayed in a grid cell.
'宣言
Public Overloads Function GetCellImage( _
ByVal As System.Integer, _
ByVal As System.String _
) As System.Drawing.Image
public System.Drawing.Image GetCellImage(
System.int ,
System.string
)
パラメータ
- row
- Row index.
- colName
- Column name.
戻り値の型
An
System.Drawing.Image object previously assigned to the cell using the
SetCellImage(Int32,String,Image) method.