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