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


In This Topic
    RowDelimiter Property
    In This Topic
    Gets or sets the row delimiter.
    Syntax
    'Declaration
     
    Public Property RowDelimiter As String
    'Usage
     
    Dim instance As CsvFileSource
    Dim value As String
     
    instance.RowDelimiter = value
     
    value = instance.RowDelimiter
    public string RowDelimiter {get; set;}
    See Also