CsvCell Class
Version 0.0.2
.NET Framework 4.7
Namespace | Skybrud.Csv |
---|---|
Assembly | Skybrud.Csv.dll |
Visibility | Public |
Inheritance | Object |
Class representing a cell in an instance of CsvFile.
public class CsvCell { }
Properties
Type | Name | Summary |
---|---|---|
CsvFile | File |
Gets a reference to the parent CsvFile. |
CsvRow | Row |
Gets a reference to the parent CsvRow. |
CsvColumn | Column |
Gets a reference to the CsvColumn of the cell. |
String | Value |
Gets the string value of the cell. |