FormExporterValuesToCsvOptions.FormExporterValuesToCsvOptions

FormExporterValuesToCsvOptions constructor

Initializes a new instance of the FormExporterValuesToCsvOptions object, in which the fields whose data will be exported and the separator for the exported data are specified.

public FormExporterValuesToCsvOptions(SelectField selectField, char delimeter = ',')
ParameterTypeDescription
selectFieldSelectFieldDelegate that determines the properties of which field(s) to set values.
delimeterCharSpecifies the delimeter to use in exported data between values. The default value is ‘,’

See Also