TdxSpreadSheetConditionalFormattingIconSetPreset.IconIndexCount Property
In This Article
Returns the number of icons in the preset.
#Declaration
Delphi
property IconIndexCount: Integer read;
#Property Value
Type |
---|
Integer |
#Remarks
You can use this property to identify the maximum index that you can pass as the IconIndexes property’s parameter.
See Also