Spread Silverlight Documentation
CellDelimiter Property


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

Reference

CsvFileSource Class
CsvFileSource Members