IconConditionValueImpl.withType constructor

IconConditionValueImpl.withType(
  1. ExcelIconSetType iconSet,
  2. int index,
  3. ConditionValueType type,
  4. String value,
)

Initializes new instance of the class.

Implementation

IconConditionValueImpl.withType(
    this.iconSet, this.index, this.type, this.value);