Spread WPF 17
GrapeCity.Windows.SpreadSheet.Data Namespace / CsvFileSource Class / CellDelimiter Property


In This Topic
    CellDelimiter Property
    In This Topic
    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