Method | Description | |
---|---|---|
CsvFileWriter ( Stream stream ) : System |
Initializes a new instance of the CsvFileWriter class for the specified stream.
|
|
CsvFileWriter ( |
Initializes a new instance of the CsvFileWriter class for the specified stream.
|
|
CsvFileWriter ( string path ) : System |
Initializes a new instance of the CsvFileWriter class for the specified file path.
|
|
Dispose ( ) : void | ||
WriteAll ( List |
||
WriteAll ( List |
||
WriteRow ( List |
Writes a row of columns to the current CSV file.
|
public CsvFileWriter ( Stream stream ) : System | ||
stream | Stream | The stream to write to |
return | System |
public CsvFileWriter ( |
||
writer | ||
return | System |
public CsvFileWriter ( string path ) : System | ||
path | string | The name of the CSV file to write to |
return | System |
public static WriteAll ( List |
||
dataGrid | List |
|
path | string | |
encoding | ||
return | void |
public WriteRow ( List |
||
columns | List |
The list of columns to write |
return | void |