SharpLeaf Reference > Table Methods > AddCSV Method > (String,Char)

Table.AddCSV Method (String,Char)

Specify alternate tab separator (typically comma and/or semicolon).

public void AddCSV(
    string csv,
    char tab
);
csv
CSV string to be parsed.
tab
Alternate characters for cell separator.

See also ...

Table Members | Table.AddCSV Method


Send comments on this topic
© Dyalog Ltd 2021