ComponentOne FlexGrid for WinForms
GetCellImage(Int32,String) Method

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

Parameters

row
Row index.
colName
Column name.

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