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

IXlColumn.Formatting Property

Gets or sets format characteristics of the column.

Namespace: DevExpress.Export.Xl

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

Declaration

XlCellFormatting Formatting { get; set; }

Property Value

Type Description
XlCellFormatting

An XlCellFormatting object that specifies format characteristics applied to column cells.

Remarks

The XlCellFormatting object provides a set of properties and methods to change cell format settings.

For more information on how to format cells in a worksheet, see the How to: Format a Cell document and the Formatting section of examples.

See Also