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

CustomizeCellEventArgsBase.Formatting Property

Gets or sets the object that defines the cell’s formatting settings (font, alignment, background color, format string, etc.)

Namespace: DevExpress.Export

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

Declaration

public XlFormattingObject Formatting { get; set; }

Property Value

Type Description
XlFormattingObject

The object that defines the cell’s formatting settings.

See Also