ActiveReports 8
UseDefaultPalette Property
See Also 
GrapeCity.ActiveReports.Export.Excel.v8 Assembly > GrapeCity.SpreadBuilder Namespace > Workbook Class : UseDefaultPalette Property

Glossary Item Box

Sets or returns whether export document with Excel default palette.

Syntax

Visual Basic (Declaration) 
Public Property UseDefaultPalette As System.Boolean
C# 
public System.bool UseDefaultPalette {get; set;}

Remarks

Setting this value to true, application will use the color which is in default palette and is closest to pre-defined custom color of control's forecolor and backcolor.

Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also