CsvRow Class
Namespace | Skybrud.Csv |
---|---|
Assembly | Skybrud.Csv.dll |
Visibility | Public |
Inheritance | Object |
Class representing a row in an instance of CsvFile.
public class CsvRow { }
Properties
Type | Name | Summary |
---|---|---|
CsvFile | File |
Gets a reference back to the parent CsvFile. |
int | Index |
Gets the index of the row. |
CsvCell | Item |
Gets the value of the first cell matching the specified |
CsvCellList | Cells |
Gets a reference to the cells of the row. |
Methods
Adds a new cell with the specified |
Gets the string value of the cell at the specified |
Gets the string value of the cell at the specified |
Gets the string value of the cell at the specified |
Gets the string value of the cell with the specified |
Gets the string value of the cell with the specified |
Gets the string value of the cell with the specified |
Sets the value of the cell at the specified |
Set the value of the cell with the specified |