SharpLeaf Reference > Table Methods > AddCSV Method > (String,Char,Char) Table.AddCSV Method (String,Char,Char)
Specify alternate tab and newline separator.
public void AddCSV(
string csv,
char tab,
char newline
);
-
csv
- CSV string to be parsed.
-
tab
- Alternate characters for cell separator.
-
newline
- Alternate character for row separator.
See also ...Table Members | Table.AddCSV Method
Send comments on this topic © Dyalog Ltd 2021
|