Grid_SetCellDropList

Funktionsname dcl_Grid_SetCellDropList
Syntax   (dcl_Grid_SetCellDropList <CONTROL> Row [als Long] Column [als Long] Items [als Liste von Strings] {Images [als Liste von Integers]})
Rückgabewert Boolean (T if successful; otherwise NIL)
Anwendbar auf Grid

This method sets the dropdown list content for the cell at the specified row and column. Items contains the text items for the list, and Images contains the image index from the control's image list for the image associated with each list item. The dropdown list is used to populate the combo box control for cells that use it.