CsvColumn Class
Version 0.0.2
.NET Framework 4.7
| Namespace | Skybrud.Csv |
|---|---|
| Assembly | Skybrud.Csv.dll |
| Visibility | Public |
| Inheritance | Object |
Class representing a column in an instance of CsvFile.
public class CsvColumn { }
Properties
| Type | Name | Summary |
|---|---|---|
| CsvFile | File |
Gets a reference back to the parent CsvFile. |
| int | Index |
Gets the index of the column. |
| String | Name |
Gets the name of the column. |