Xceed DataGrid for Silverlight Documentation
TextDelimiter Property


Gets or sets the character used to delimit the value of a string, date, or numeric field if a whitespace is contained within.
Syntax
'Declaration
 
Public Property TextDelimiter As Char
'Usage
 
Dim instance As CsvFormatSettings
Dim value As Char
 
instance.TextDelimiter = value
 
value = instance.TextDelimiter
public char TextDelimiter {get; set;}

Property Value

A char representing the character used to delimit the value of a string, date, or numeric field it a whitespace is contained within. By default, ".
Requirements

Target Platforms: Windows 7, Windows Vista, Windows XP SP3, Windows Server 2008 family

See Also

Reference

CsvFormatSettings Class
CsvFormatSettings Members

Send Feedback