csvData
Type
property
Summary
The csvData property reflects the content in CSV format.
Syntax
set the csvData of widget to <CSV>
get the csvData of widget
Description
The csvData property reflects the widget's content in comma-delimited format. The first of the values represents the names of the subitems defined in dataLayout.
When this property is set, the names of the subitems defined in the dataLayout are set on line 1 of the value. If the columns names of the sub items of the PolyList widget are not matched by the column names of the CSV data the data will be stored in the widget. When getting this property it will only return the values with a corresponding sub item defined in the dataLayout property.