Name | Description | |
---|---|---|
AppliesTo | Returns a IRange object specifying the cell range to which the formatting rule is applied. (Inherited from GrapeCity.Spreadsheet.IFormatCondition) | |
Borders | Returns a IBorders collection that represents the borders of a style or a range of cells (including a range defined as part of a conditional format). (Inherited from GrapeCity.Spreadsheet.IFormatCondition) | |
DateOperator | Gets or sets the date operator used in the format condition. (Inherited from GrapeCity.Spreadsheet.IFormatCondition) | |
Font | Returns a IFont object that represents the font of the specified object. (Inherited from GrapeCity.Spreadsheet.IFormatCondition) | |
Formula1 | Returns the value or expression associated with the conditional format or data validation. Can be a constant value, a string value, a cell reference, or a formula. (Inherited from GrapeCity.Spreadsheet.IFormatCondition) | |
Formula2 | Returns the value or expression associated with the second part of a conditional format or data validation. (Inherited from GrapeCity.Spreadsheet.IFormatCondition) | |
IconCriteria | Returns an IconCriteria collection, which represents the set of criteria for an icon set conditional formatting rule. | |
IconSet | Gets or sets an collection, which specifies the icon set used in the conditional format. | |
Interior | Returns an IInterior object that represents the interior of the specified object. (Inherited from GrapeCity.Spreadsheet.IFormatCondition) | |
NumberFormat | Gets or sets the number format applied to a cell if the conditional formatting rule evaluates to true . (Inherited from GrapeCity.Spreadsheet.IFormatCondition) | |
Operator | Returns a FormatConditionOperator value that represents the operator for the conditional format. (Inherited from GrapeCity.Spreadsheet.IFormatCondition) | |
PercentileValues | Gets or sets a Boolean value indicating if the thresholds for an icon set conditional format are determined by using percentiles. | |
Priority | Gets or sets the priority value of the conditional formatting rule. The priority determines the order of evaluation when multiple conditional formatting rules exist in a worksheet. (Inherited from GrapeCity.Spreadsheet.IFormatCondition) | |
ReverseOrder | Gets or sets a Boolean value indicating if the order of icons is reversed for an icon set. | |
ShowIconOnly | Gets or sets a Boolean value indicating if only the icon is displayed for an icon set conditional format. | |
StopIfTrue | Gets or sets a System.Boolean value that determines if additional formatting rules on the cell should be evaluated if the current rule evaluates to true . (Inherited from GrapeCity.Spreadsheet.IFormatCondition) | |
Text | Gets or sets a System.String value specifying the text string used by the conditional formatting rule. (Inherited from GrapeCity.Spreadsheet.IFormatCondition) | |
TextOperator | Gets or sets one of the constants of the ContainsOperator enumeration, specifying the text search performed by the conditional formatting rule. (Inherited from GrapeCity.Spreadsheet.IFormatCondition) | |
Type | Gets a FormatConditionType value that represents the format condition type. (Inherited from GrapeCity.Spreadsheet.IFormatCondition) |