XlFormatting Class
Serves as a base for the XlCellFormatting class and provides properties to change cell format settings.
Namespace: DevExpress.Export.Xl
Assembly: DevExpress.Printing.v24.2.Core.dll
Declaration
Remarks
The XlFormatting class serves as a base for the XlCellFormatting class and provides the following properties used to specify format characteristics of worksheet cells:
- XlFormatting.Fill - gets or sets cell background attributes.
- XlFormatting.Font - gets or sets cell font characteristics.
- XlFormatting.Alignment - gets or sets alignment settings for the cell content.
- XlFormatting.Border - gets or sets border settings for cells.
- XlFormatting.NumberFormat - gets or sets an MS Excel-style number format used to display numeric values in cells.
- XlFormatting.NetFormatString - gets or sets the .NET-style format string used to display numeric values in cells.
Inheritance
Object
XlFormatting
See Also