Skip to main content
All docs
V18.2

XlsExportOptionsEx.WorkbookColorPaletteCompliance Property

For internal use.

Namespace: DevExpress.XtraPrinting

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

Declaration

[Browsable(false)]
public WorkbookColorPaletteCompliance WorkbookColorPaletteCompliance { get; set; }

Property Value

Type
WorkbookColorPaletteCompliance

Available values:

Name Description
AdjustColorsToDefaultPalette

Degrade the color values to match the 56 standard colors of the default workbook palette.

ReducePaletteForExactColors

Keep the original color values, but include only the first 56 colors into the palette.

See Also