UIconSetConfig

IIconSet “config” property, from Univer See doc:

public struct UIconSetConfig

Remarks

Represents the configuration of a single icon within an IconSet conditional format. Includes the icon type, value, and evaluation operator.

Properties

Property Type Description
iconId string Icon Id (int in string value)
Operator string Operator value for the icon set ()
value UValueConfig Value to evaluate
iconType string Icon Type to show (Use SetIconType to change it correctly)

Constructors

public UIconSetConfig()

IIconSet “config” property, from Univer See doc:


Methods

SetOperator

public void SetOperator(ECFOperators op)

Set “operator” value via enum

Parameters
Parameter Type Description
op ECFOperators (No description provided)

GetOperator

public ECFOperators GetOperator()

Return the operator for the icon set (Enumerator)

Returns

ECFOperators: Parsed operator from string value


SetIconType

public void SetIconType(EIconType icon)

Set “iconType” value via enum

Parameters
Parameter Type Description
icon EIconType (No description provided)

GetIconType

public EIconType? GetIconType()

Return the Icon Type (Enumerator)

Returns

EIconType?: Parsed icon type from string value