Spread Silverlight Documentation
RowDelimiter Property


GrapeCity.Windows.SpreadSheet.Data Namespace > CsvFileSource Class : RowDelimiter Property
Gets or sets the row delimiter.
Syntax
'Declaration
 
Public Property RowDelimiter As System.String
'Usage
 
Dim instance As CsvFileSource
Dim value As System.String
 
instance.RowDelimiter = value
 
value = instance.RowDelimiter
public System.string RowDelimiter {get; set;}
See Also

Reference

CsvFileSource Class
CsvFileSource Members