GrapeCity.Xaml.SpreadSheet.Data
CellDelimiter Property


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

Reference

CsvFileSource Class
CsvFileSource Members