CsvCellList 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 cells in a CSV file.

public class CsvCellList : IEnumerable<T>, IEnumerable { }

Properties

Type Name Summary
CsvRow Row

Gets a reference back to the parent CsvRow.

int Count

Gets the number of cells contained in the row.

int Length

Alias of CsvCellList.Count.

CsvCell Item

Gets the cell at the specified index.

Methods

Adds a new cell with the specified value.

GetEnumerator() (virtual)

Returns an enumerator that iterates through the CsvCellList.