Grid_SetCellImage

Funktionsname dcl_Grid_SetCellImage
Syntax   (dcl_Grid_SetCellImage <CONTROL> Row [als Long] Column [als Long] ImageIndex [als Integer])
Rückgabewert Boolean (T if successful; otherwise NIL)
Anwendbar auf Grid

This method sets the cell image for the cell at the specified row and column. ImageIndex is the image from the control's image list, or -1 to reset the cell image to none. Note that cells use the column default image for their column when no image has been set.