Back to Devexpress

CustomizeCellEventArgsBase.Formatting Property

corelibraries-devexpress-dot-export-dot-customizecelleventargsbase.md

latest1.2 KB
Original Source

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.v25.2.Core.dll

NuGet Package : DevExpress.Printing.Core

Declaration

csharp
public XlFormattingObject Formatting { get; set; }
vb
Public Property Formatting As XlFormattingObject

Property Value

TypeDescription
XlFormattingObject

The object that defines the cell’s formatting settings.

|

See Also

CustomizeCellEventArgsBase Class

CustomizeCellEventArgsBase Members

DevExpress.Export Namespace