CSV Engine Documentation Contents
AldenSystems.CSVEngine
CSV Engine Class Library

Row.Fields Property

Returns the number of fields or columns currently contained in the Row.

[Visual Basic]
Public ReadOnly Property Fields As Integer
[C#]
public int Fields {get;}

See Also

Row Class | AldenSystems.CSVEngine Namespace