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
);
csv
CSV string to be parsed.
tabs
Alternate characters for cell separator.
newlines
Alternate characters for row separator.

See also ...

Table Members | Table.AddCSV Method


Send comments on this topic
© Dyalog Ltd 2021