[]
        
(Showing Draft Content)

C1.Win.FlexGrid.C1FlexGridBase.GetCellImage

GetCellImage Method

GetCellImage(int, string)

Gets the image displayed in a grid cell.

Declaration
public Image GetCellImage(int row, string colName)
Parameters
Type Name Description
int row

Row index.

string colName

Column name.

Returns
Type Description
Image

An Image object previously assigned to the cell using the SetCellImage(int, string, Image) method.

GetCellImage(int, int)

Gets the image displayed in a grid cell.

Declaration
public Image GetCellImage(int row, int col)
Parameters
Type Name Description
int row

Row index.

int col

Column index.

Returns
Type Description
Image

An Image object previously assigned to the cell using the SetCellImage(int, string, Image) method.