For a list of all members of this type, see TextOperatorConditionalFormat members.
Name | Description | |
---|---|---|
![]() | CellFormat | Returns 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) |
![]() | ConditionType | Returns a FormatConditionType value which identifies the type of condition for this instance. (Inherited from Infragistics.Documents.Excel.ConditionalFormatting.ConditionBase) |
![]() | Priority | Returns or sets a value which determines the order of evaluation when multiple conditional formatting rules exist. (Inherited from Infragistics.Documents.Excel.ConditionalFormatting.ConditionBase) |
![]() | Regions | Returns the Infragistics.Documents.Excel.WorksheetRegion which identifies the cell range with which this condition is associated. (Inherited from Infragistics.Documents.Excel.ConditionalFormatting.ConditionBase) |
![]() | StopIfTrue | Returns 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) |
![]() | Text | Returns or sets the string value against which cell text is compared. |
![]() | TextFormula | Returns the formula which defines the string value against which cell text is compared. |
![]() | TextOperator | Returns or sets a FormatConditionTextOperator value which determines the manner in which the cell text is compared to the value of the Text property. |
![]() | Workbook | Returns a reference to the associated workbook. (Inherited from Infragistics.Documents.Excel.ConditionalFormatting.ConditionBase) |
![]() | Worksheet | Returns a reference to the associated worksheet. (Inherited from Infragistics.Documents.Excel.ConditionalFormatting.ConditionBase) |