TdxSpreadSheetCSVFormatSettings.Reset Method
In This Article
Restores the default values of CSV file format settings.
#Declaration
Delphi
procedure Reset;
#Remarks
In addition to resetting the Encoding, Quote, and ValueSeparator property values, this method also invokes the Export.Reset method.
See Also