GetCellImage(Int32,Int32) Method
Gets the image displayed in a grid cell.
'Declaration
Public Overloads Function GetCellImage( _
ByVal As Integer, _
ByVal As Integer _
) As Image
Parameters
- row
- Row index.
- col
- Column index.
Return Value
An
System.Drawing.Image object previously assigned to the cell using the
SetCellImage(Int32,String,Image) method.