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

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.v19.1.Core.dll

Declaration

public XlDifferentialFormatting ToDifferentialFormatting()

Returns

Type Description
DevExpress.Export.Xl.XlDifferentialFormatting

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

See Also