|
CsvExportAdapterHeaderLine Property
|
Gets or sets the default header line for the CSV exports, set to empty string for no header. Column order is fixed as timestamp, ID, and value.
Namespace: CsvAdaptersAssembly: CsvAdapters (in CsvAdapters.dll) Version: 2.4.207-beta
Syntax function get_HeaderLine();
function set_HeaderLine(value);
View SourceProperty Value
StringSee Also