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
);
-
csv
- CSV string to be parsed.
-
tabs
- Alternate characters for cell separator.
See also ...Table Members | Table.AddCSV Method
Send comments on this topic © Dyalog Ltd 2021
|