FlexGrid for WinForms | ComponentOne
C1.Win.C1FlexGrid Namespace / C1FlexGridBase Class / GetCellImage Method / GetCellImage(Int32,String) Method
Row index.
Column name.

In This Topic
    GetCellImage(Int32,String) Method
    In This Topic
    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