Returns the formula which determines whether cell values meet the criteria defined by the associated condition. Syntax Remarks This property is only applicable when the ValueType property is set to Formula. To assign a formula, use the %SetFormula(string, CellReferenceMode?)% method.
Occurs after a property value has changed Syntax Event Data The event handler receives an argument of type PropertyChangedEventArgs containing data related to this event. The following PropertyChangedEventArgs properties provide information specific to this event.Property Description PropertyName
Assigns the specified formula to the Formula property, and assigns a value of Formula to the ValueType property. Syntax Parameters formula The string representation of the Formula to be assigned to the Value property.cellReferenceMode A Infragistics.Documents.Excel.CellReferenceMode value which specifies whether t...
Sets the Value and ValueType properties to the specified values. Syntax Parameters value The new value for the Value property.valueType The new value for the ValueType property. Must be set to either Number, Percentage, or Percentile or an exception is thrown. Exceptions Exception Description System.ArgumentExcept...
Sets the ValueType property to the specified FormatConditionValueType value. Syntax Parameters valueType The new value for the ValueType property. Remarks The valueType parameter must be set to one of the following values or an exception is thrown: AutomaticLowest AutomaticHighest LowestValue HighestValue To set t...
Sets the Value and ValueType properties to the specified values. Overload List
Returns the string representation of this instance. Syntax
Returns the numeric value for this instance. Syntax Remarks This property is read-only; to assign a value type, use the SetValue(FormatConditionValueType) or SetValue(Double,FormatConditionValueType) methods. Note that the unit of measure for this value is determined by the ValueType property; for example, when Va...
Returns a FormatConditionValueType value which specifies the manner in which the threshold values for this instance are determined. Syntax Remarks This property is read-only; to assign one of the following value types, use the SetValue(FormatConditionValueType) method: AutomaticLowest AutomaticHighest LowestValue ...
Base class for the IconCriterion and ColorScaleCriterion classes. Syntax