| Funktionsname | dcl_Grid_GetCellDropList |
|---|---|
| Syntax | (dcl_Grid_GetCellDropList
<CONTROL> Row [as Long] Column [as
Long]) |
| Rückgabewert | List of List of Items and List of Images as ((Item0 [as String] Item1 [as String] ...)(Item0ImageIndex [as Integer] Item1ImageIndex [as Integer] ...)) |
| Anwendbar auf | 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.