Table of Contents

XlsFile.SetColorPalette Method

Changes a color on the Excel color palette.

Syntax

Namespace: FlexCel.XlsAdapter

public override void SetColorPalette(Int32 index, TUIColor value)

Parameters

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

See also