IconConditionValueImpl constructor

IconConditionValueImpl(
  1. ExcelIconSetType iconSet,
  2. int index
)

Initializes new instance of the class.

Implementation

IconConditionValueImpl(this.iconSet, this.index);