Back to Devexpress

XlFormattingObject Class

corelibraries-devexpress-dot-export-208a7301.md

latest2.0 KB
Original Source

XlFormattingObject Class

Contains cell formatting settings applied when exporting a control’s data to XLS(X) format.

Namespace : DevExpress.Export

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

NuGet Package : DevExpress.Printing.Core

Declaration

csharp
public class XlFormattingObject
vb
Public Class XlFormattingObject

The following members return XlFormattingObject objects:

LibraryRelated API Members
Cross-Platform Class LibraryCustomizeCellEventArgsBase.Formatting
WinForms ControlsCustomizePivotCellEventArgs.Formatting
WPF ControlsCustomizePivotCellEventArgs.Formatting
ASP.NET Web Forms ControlsCustomizePivotCellEventArgs.Formatting
BlazorGridExportCustomizeCellEventArgs.Formatting
TreeListExportCustomizeCellEventArgs.Formatting

Remarks

Use the CustomizeCellEventArgsBase.Formatting property to specify cell formatting settings.

Inheritance

Object XlFormattingObject

See Also

XlFormattingObject Members

DevExpress.Export Namespace