Table of Contents

ExcelFile.GetUsedPaletteColors Property

Returns a list of the used colors on the palette. You can use it as an entry to NearestColorIndex(TUIColor) to modify the palette.

Syntax

Namespace: FlexCel.Core

public abstract Boolean[] GetUsedPaletteColors { get; }

See also