[]
        
(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)
Public Function GetCellImage(row As Integer, colName As String) As Image
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)
Public Function GetCellImage(row As Integer, col As Integer) As Image
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.