Version

OperatorConditionalFormat Class Members

The following tables list the members exposed by OperatorConditionalFormat.

Public Properties
 NameDescription
Public PropertyCellFormatReturns an Infragistics.Documents.Excel.IWorksheetCellFormat interface implementation which represents the format for cells which meet the criteria associated with this condition. (Inherited from Infragistics.Documents.Excel.ConditionalFormatting.ConditionalFormatBase)
Public PropertyConditionTypeReturns a FormatConditionType value which identifies the type of condition for this instance. (Inherited from Infragistics.Documents.Excel.ConditionalFormatting.ConditionBase)
Public PropertyOperand1Returns the formula which defines the criteria for the first operand of this condition.  
Public PropertyOperand2Returns or sets a formula for the second operand which defines the criteria for this condition when the Operator property is set to Between or NotBetween  
Public PropertyOperatorReturns a FormatConditionOperator constant which determines the manner in which the cell value is compared against the Operand1 property.  
Public PropertyPriorityReturns or sets a value which determines the order of evaluation when multiple conditional formatting rules exist. (Inherited from Infragistics.Documents.Excel.ConditionalFormatting.ConditionBase)
Public PropertyRegionsReturns the Infragistics.Documents.Excel.WorksheetRegion which identifies the cell range with which this condition is associated. (Inherited from Infragistics.Documents.Excel.ConditionalFormatting.ConditionBase)
Public PropertyStopIfTrueReturns or sets a boolean indicating whether additional formatting rules are evaluated if this rule evaluates to true. Applicable only in the case where the containing collection contains more than one element. (Inherited from Infragistics.Documents.Excel.ConditionalFormatting.ConditionBase)
Public PropertyWorkbookReturns a reference to the associated workbook. (Inherited from Infragistics.Documents.Excel.ConditionalFormatting.ConditionBase)
Public PropertyWorksheetReturns a reference to the associated worksheet. (Inherited from Infragistics.Documents.Excel.ConditionalFormatting.ConditionBase)
Public Methods
 NameDescription
Public MethodSetFirstPrioritySets the Priority value for this rule such that it is the first condition to be evaluated. Applicable only in the case where there is more than one element contained within the associated collection. (Inherited from Infragistics.Documents.Excel.ConditionalFormatting.ConditionBase)
Public MethodSetLastPrioritySets the Priority value for this rule such that it is the last condition to be evaluated. Applicable only in the case where there is more than one element contained within the associated ConditionalFormatCollection. (Inherited from Infragistics.Documents.Excel.ConditionalFormatting.ConditionBase)
Public MethodSetOperand1Overloaded. Assigns the specified System.Double value to the Operand1 property.  
Public MethodSetOperand1FormulaAssigns a Infragistics.Documents.Excel.Formula to the Operand1 property.  
Public MethodSetOperand2Overloaded. Assigns the specified System.Double value to the Operand2 property.  
Public MethodSetOperand2FormulaAssigns a Infragistics.Documents.Excel.Formula to the Operand2 property.  
Public MethodSetRegionsReplaces the existing regions with new ones (Inherited from Infragistics.Documents.Excel.ConditionalFormatting.ConditionBase)
Public Events
 NameDescription
Public EventPropertyChangedOccurs after a property value has changed (Inherited from Infragistics.Documents.Excel.ConditionalFormatting.ConditionBase)
See Also