Grid-GetCellDropList

Function Name dcl-Grid-GetCellDropList
Syntax   (dcl-Grid-GetCellDropList <CONTROL> Row [as Long] Column [as Long])
Return Type List of List of Items and List of Images as ((Item0 [as String] Item1 [as String] ...)(Item0ImageIndex [as Integer] Item1ImageIndex [as Integer] ...))
Applies To Grid

This method returns the dropdown list items for the cell at the specified row and column. The dropdown list is used to populate the combo box control for cells that use it.