CsvRecordColumnNames Property
Gets the column names.
Namespace: FolkerKinzel.CsvToolsAssembly: FolkerKinzel.CsvTools (in FolkerKinzel.CsvTools.dll) Version: 2.0.1+2345335399184346d9b2cc992ed5c814406052c1
public IReadOnlyList<string> ColumnNames { get; }
Public ReadOnly Property ColumnNames As IReadOnlyList(Of String)
Get
public:
property IReadOnlyList<String^>^ ColumnNames {
IReadOnlyList<String^>^ get ();
}
member ColumnNames : IReadOnlyList<string> with get
Property Value
IReadOnlyListString If the CSV file did not have a header, column names of the type "Column1",
"Column2" etc. are automatically assigned.