ComponentOne FlexGrid for WinForms
GetCellImage(Int32,Int32) Method

C1.Win.C1FlexGrid Namespace > C1FlexGridBase Class > GetCellImage Method : GetCellImage(Int32,Int32) Method
Row index.
Column index.
Gets the image displayed in a grid cell.
Syntax
'Declaration
 
Public Overloads Function GetCellImage( _
   ByVal row As Integer, _
   ByVal col As Integer _
) As Image
public Image GetCellImage( 
   int row,
   int col
)

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.
See Also

Reference

C1FlexGridBase Class
C1FlexGridBase Members
Overload List