CsvColumnList Class
Version 0.0.2
.NET Framework 4.7
| Namespace | Skybrud.Csv |
|---|---|
| Assembly | Skybrud.Csv.dll |
| Visibility | Public |
| Interfaces |
IEnumerable<T>, IEnumerable
|
| Inheritance | Object |
Class representing a list of columns in a CSV file.
public class CsvColumnList : IEnumerable<T>, IEnumerable { }
Properties
| Type | Name | Summary |
|---|---|---|
| CsvFile | File |
Gets a reference back to the parent CsvFile. |
| int | Count |
Gets the number of columns contained in the list. |
| int | Length |
Alias of CsvColumnList.Count. |
| CsvColumn | Item |
Gets the column at the specified |
Methods
|
Adds a new column with the specified |
|
GetEnumerator()
(virtual)
Returns an enumerator that iterates through the CsvColumnList. |