Skip to content

84082339 b347 2ffc d25a 850d056482fb

Axel Kesseler edited this page Aug 16, 2024 · 6 revisions

ItemDescriptor.Column Property

Gets the assigned instance of class CsvColumnAttribute .

Namespace: Plexdata.CsvParser.Internals
Assembly: Plexdata.CsvParser.NET (in Plexdata.CsvParser.NET.dll) Version: 1.1.3+d5bef99aa35461ce4bafadf0bf2c2aeca18044ea

Syntax

C#

public CsvColumnAttribute Column { get; private set; }

Property Value

Type: CsvColumnAttribute
The property returns the assigned column descriptor.

Remarks

The Column property describes details of the corresponding CSV column.

See Also

Reference

ItemDescriptor Class
Plexdata.CsvParser.Internals Namespace

Clone this wiki locally