Table of Contents

TConditionalFormatCustomIconDef.TConditionalFormatCustomIconDef Constructor

Creates a new structure with the given iconset and number.

Syntax

Namespace: FlexCel.Core

public TConditionalFormatCustomIconDef(TCondFmtIconSet aIconSet, Int32 aIconNumber)

Parameters

<-> Parameter Type Description
aIconSet TCondFmtIconSet Icon set where to get the icon.
aIconNumber Int32 Icon position in the set (0 based).

See also