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.

Methods

Adds a new cell to the parent CsvRow.

Adds a new row to the parent CsvFile.

Gets the cell value as an instance of Double .

Gets the cell value as an instance of int .

Gets the cell value as an instance of long .