Table of Contents

TConditionalFormatDefIconSet.Values Property

A list of definitions and colors for the Icon Set. It must have the same number of values as the count of the icons in the set - 1.

  • If the value is <(=) Values[0] then use icon 0.
  • else if the value is <(=) Values[1] then use icon 1.
  • else if the value is <(=) Values[n - 1] then use icon n - 1.
  • else use icon n.

Syntax

Namespace: FlexCel.Core

public TConditionalFormatValueList Values { get; }

See also