Click or drag to resize

FileCsvDocument Constructor

Overload List
  NameDescription
Public methodFileCsvDocument(Int32)
Constructs a new, empty document with a fixed number of columns. Every row written to the document has exactly this many fields. The document has no header row.
Public methodFileCsvDocument(String)
Constructs a new, empty document with a header row of column names. The number of columns is the number of names supplied, and the header is written ahead of the data rows by Save(String). Columns can then be addressed by name (see ColumnIndex(String) and the name-keyed TryGet overloads).
Top
See Also