| SharpLeaf Reference > Table Methods > AddCSV Method >  (String,Char[],Char[]) Table.AddCSV Method (String,Char[],Char[])Flow a CSV array into table. public void AddCSV(
    string csv,
    char[] tabs,
    char[] newlines
);
csvCSV string to be parsed.
tabsAlternate characters for cell separator.
newlinesAlternate characters for row separator.
 See also ...Table Members | Table.AddCSV Method 
 Send comments on this topic© Dyalog Ltd 2021
 |