Skip to content

4be824fe 658c b147 f2ce 7eeed2333fcc

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

CsvContainer.Width Property

Gets the width (total number of columns) of the content.

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

Syntax

C#

public int Width { get; }

Property Value

Type: Int32
The total number of available columns.

Remarks

This getter returns total number of columns of the underlying CSV content.

See Also

Reference

CsvContainer Class
Plexdata.CsvParser.Processors Namespace
CsvContainer.Length
CsvContainer.IsEmpty

Clone this wiki locally