Separator

DelimitedTextSaveOptions.Separator property

Allows to specify a string separator (delimiter) for text-based Spreadsheet documents

public string Separator { get; set; }

Exceptions

exception condition
ArgumentException Is thrown when specified separator is a null or empty string

See Also