CsvHeader
Last updated
Was this helpful?
Last updated
Was this helpful?
The CsvHeader class represents a header in a CSV file in the class. The class contains an array of CsvHeaders called Headers.
When a is loaded, it will (by default) contain an array of CsvHeaders. Each CsvHeader represents the first item in a column in a CSV file.
The contents of the cell can be obtained through either the Name or OriginalText properties - they will be initially identical.
By default the IsRequired property will be set to false. Both the IsRequired and Name properties can be modified through the .
Did this article leave any questions unanswered? Post any question in our for a rapid response.