Index(int) Method
When reading, is used to get the field at the given index. When writing, the fields will be written in the order of the field indexes.
Namespace
CsvHelper.Configuration
Containing Type
ParameterMap

Syntax

public virtual ParameterMap Index(int index)

Parameters

Name Type Description
index int The index of the CSV field.

Return Value

Type Description
ParameterMap