Table of Contents

IFlexCelPalette.GetColorTheme Method

Returns a color from the active theme palette, including semantic colors. Only has effect in Excel 2007.

To get the full theme, look at ExcelFile.GetTheme

Syntax

Namespace: FlexCel.Core

public abstract TDrawingColor GetColorTheme(TThemeColor themeColor)

Parameters

<-> Parameter Type Description
themeColor TThemeColor Color of the theme to get.

Returns

Color for the given theme.

See also