Grid-SetCellImages

Function Name dcl-Grid-SetCellImages
Syntax   (dcl-Grid-SetCellImages <CONTROL> Row [as Long] Column [as Long] ImageIndex [as Integer] {AltImageIndex [as Integer]})
Return Type Boolean (T if successful; otherwise NIL)
Applies To 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. The optional AltImageIndex is used for the checked state of a cell with style 3 (toggle icon). Note that cells use the column default image for their column when no image has been set.