[]
Gets the image displayed in a grid cell.
public Image GetCellImage(int row, string colName)
Type | Name | Description |
---|---|---|
int | row | Row index. |
string | colName | Column name. |
Type | Description |
---|---|
Image | An Image object previously assigned to the cell using the SetCellImage(int, string, Image) method. |
Gets the image displayed in a grid cell.
public Image GetCellImage(int row, int col)
Type | Name | Description |
---|---|---|
int | row | Row index. |
int | col | Column index. |
Type | Description |
---|---|
Image | An Image object previously assigned to the cell using the SetCellImage(int, string, Image) method. |