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