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

XlTableColumnInfo(String) Constructor

Initializes a new instance of the XlTableColumnInfo class with the specified settings.

Namespace: DevExpress.Export.Xl

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

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

Declaration

public XlTableColumnInfo(
    string name
)

Parameters

Name Type Description
name String

A string specifying the unique name of the table column.

See Also