Click or drag to resize

FileCsvDocument Properties

The FileCsvDocument type exposes the following members.

Properties
  NameDescription
Public propertyColumnCount
The number of columns in the document. Every row has exactly this many fields.
Public propertyHasHeader
True if the document has a header row of column names. See ColumnIndex(String).
Public propertyHeader
The column names, or null if the document has no header. RowCount counts only the data rows; the header is not one of them.
Public propertyItem
Gets the value of a cell, addressed by column and row. Use TryGetString(Int32, Int32, String) for access that does not throw when the cell does not exist.
Public propertyRowCount
The number of rows in the document.
Top
See Also