DataGridFileLoader ReadFirstRowAsHeaders Property CleanCode C# Libraries v1.2.03 API
Gets or sets a value indicating whether the first row contains column names.

Namespace: CleanCode.CsvProcessing
Assembly: CleanCode.CsvProcessing (in CleanCode.CsvProcessing.dll) Version: 1.2.3.0 (1.2.03)
Syntax

public bool ReadFirstRowAsHeaders { get; set; }

Field Value

true if the first row contains column names; otherwise, false.
See Also