Skip to content

Latest commit

 

History

History
15 lines (11 loc) · 1.3 KB

File metadata and controls

15 lines (11 loc) · 1.3 KB

IconSet

Properties

Name Type Description Notes
reverse bool Get or set the flag indicating whether to reverses the default order of the icons in this icon set. Default value is false. [optional]
cf_icons list[ConditionalFormattingIcon] Get theAspose.Cells.ConditionalFormattingIcon from the collection [optional]
cfvos list[ConditionalFormattingValue] Get the CFValueObjects instance. [optional]
icon_set_type str Get or Set the icon set type to display. Setting the type will auto check if the current Cfvos's count is accord with the new type. If not accord, old Cfvos will be cleaned and default Cfvos will be added. [optional]
is_custom bool Indicates whether the icon set is custom. Default value is false. [optional]
show_value bool Get or set the flag indicating whether to show the values of the cells on which this icon set is applied. Default value is true. [optional]

[Back to Model list] [Back to API list] [Back to README]