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

IXlColumn.WidthInCharacters Property

Gets or sets the column width in characters of the default font specified by the Normal style.

Namespace: DevExpress.Export.Xl

Assembly: DevExpress.Printing.v19.1.Core.dll

Declaration

float WidthInCharacters { get; set; }

Property Value

Type Description
Single

A Single value that is the number of characters that can be accommodated into the column width when the column is formatted with the Normal style.

See Also