| SharpLeaf Reference > Table Methods > AddCSV Method >  (String,Char) Table.AddCSV Method (String,Char)Specify alternate tab separator (typically comma and/or semicolon). public void AddCSV(
    string csv,
    char tab
);
csvCSV string to be parsed.
tabAlternate characters for cell separator.
 See also ...Table Members | Table.AddCSV Method 
 Send comments on this topic© Dyalog Ltd 2021
 |