Action
Returns the contents of a DropDownList component. Each item is delimited by a semicolon.
Syntax
lsContents = Datagrid.GetCellContents (DataGridCell)
| Variable
|
Description
|
|
lsContents
|
List of items in the DropDownList component.
LIST OF STRING.
|
|
DataGridCell
|
The DataGridCell containing the DropDownList component.
DATAGRIDCELL.
|