Table of Contents

ExcelFile.SetColorPalette Method

Changes a color on the Excel color palette.

Syntax

Namespace: FlexCel.Core

public abstract void SetColorPalette(Int32 index, TUIColor value)

Parameters

<-> Parameter Type Description
index Int32 Index of the entry to change. Must be 1<=indexlt;=ColorPaletteCount
value TUIColor Color to set.

See also