[]
Represents the matched conditional formatting result.
public struct CfExecutedResult
Public Structure CfExecutedResult
| Name | Description |
|---|---|
| Empty | Represents an empty CellProtection value. |
| Format | Gets the applied formatting of GrapeCity.Spreadsheet.CfRule rules in the cell. |
| OverrideFont | Gets the font that will override current font settings of cell. |
| Name | Description |
|---|---|
| DataBarLength | Gets the relative length of the data bar. |
| DatabarAxisPosition | Gets the data bar's relative axis position. |
| DatabarRule | Gets the data bar conditional formatting rule. |
| FunctionVisualizer | Gets the visualization function in the cell. |
| Icon | Gets the conditional formatting icon. |
| IconSetRule | Gets the icon set conditional formatting rule. |
| MatchData | Gets the conditional format matching data after processed conditional formatting rule(s). |
| RuleCount | Gets the total number of matched conditional formatting rules which requires painting above cell surface. |
| Name | Description |
|---|---|
| ClearPrintingCFs() | Clears all conditional formatting data. |
| GetMatchedRule(int, out int) | Gets the matched conditional formatting rule at the specified position. |