CsvRecordColumnNames Property
Gets the column names.
Namespace: FolkerKinzel.CsvToolsAssembly: FolkerKinzel.CsvTools (in FolkerKinzel.CsvTools.dll) Version: 2.0.5+a1df9eb1ff3c1305310d778343390475b5f50c0f
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.