Xceed DataGrid for Silverlight Documentation
NewLine Property


Gets or sets the string that will be used at the end of each row, including any headers, to indicate a new line.
Syntax
'Declaration
 
Public Property NewLine As String
'Usage
 
Dim instance As CsvFormatSettings
Dim value As String
 
instance.NewLine = value
 
value = instance.NewLine
public string NewLine {get; set;}

Property Value

The string that will be used at the end of each row, including any headers, to indicate a new line. By default, Environment.NewLine.
Requirements

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

See Also

Reference

CsvFormatSettings Class
CsvFormatSettings Members

Send Feedback