Skip to main content

XlCellFormatting.ToDifferentialFormatting() Method

This member supports the internal infrastructure and is not intended to be used directly from your code.

Converts the current cell format to the differential formatting object.

Namespace: DevExpress.Export.Xl

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

NuGet Package: DevExpress.Printing.Core

Declaration

public XlDifferentialFormatting ToDifferentialFormatting()

Returns

Type Description
DevExpress.Export.Xl.XlDifferentialFormatting

An XlDifferentialFormatting object that specifies the incremental formatting to be appled.

See Also