Skip to main content
A newer version of this page is available. .

CsvDataAwareExporterOptions.MaxColumnCount Property

Gets the maximum number of columns supported by the output file format.

Namespace: DevExpress.XtraExport.Csv

Assembly: DevExpress.Printing.v20.2.Core.dll

NuGet Packages: DevExpress.Printing.Core, DevExpress.WindowsDesktop.Printing.Core

Declaration

public int MaxColumnCount { get; }

Property Value

Type Description
Int32

An Int32 value that is the maximum number of columns.

Implements

See Also