Returns the number of icons for a given iconset.
Syntax
Unit: FlexCel.Core
class function TConditionalFormatDefIconSet.GetIconCount(const IconSet: TCondFmtIconSet): Integer; static;
Parameters
<-> |
Parameter |
Type |
Description |
const |
IconSet |
TCondFmtIconSet |
Iconset for which we want to know the number of icons. |
Returns
The number of icons in the set.
See also