Skip to content

ab68bc0e 0c54 502a 8b1f b539a80e577a

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

CsvContainer Constructor (Int32, Int32, CsvSettings)

The constructor with table initialization.

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

Syntax

C#

public CsvContainer(
	int width,
	int length,
	CsvSettings settings
)

Parameters

 

width
Type: System.Int32
The width (number of columns) of the internal table.
length
Type: System.Int32
The length (number of rows) of the internal table.
settings
Type: Plexdata.CsvParser.Processors.CsvSettings
The settings to be used. Default settings will be used if this argument is null.

Remarks

This constructor creates an instance of class CsvContainer and initializes its internal table according to provided width and length.

See Also

Reference

CsvContainer Class
CsvContainer Overload
Plexdata.CsvParser.Processors Namespace
CsvContainer.CreateDefaultSettings()

Clone this wiki locally