Skip to main content

icon_set_icons

Function icon_set_icons 

Source
pub fn icon_set_icons(name: &str) -> Option<Vec<(Icon, Color)>>
Expand description

Returns the ordered (Icon, color) pairs for a named Excel icon-set preset, ordered from lowest to highest value bucket. name is the XLSX iconSetType attribute value (e.g. "3TrafficLights2"). Returns None for unknown names.