Skip to main content

XlTableColumnInfo(String) Constructor

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

Namespace: DevExpress.Export.Xl

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

NuGet Package: DevExpress.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