[]
The C1RulesEngine is the engine which execute conditional formatting rules.
public class C1RulesEngine : IXmlSerializable
Public Class C1RulesEngine
Implements IXmlSerializable
Conditional formatting is used to highlight important information and make data interpretation easier.
| Name | Description |
|---|---|
| C1RulesEngine() | Initializes a new instance of the C1RulesEngine class. |
| Name | Description |
|---|---|
| Rules | Gets the collection or rules this engine executes every time a style is requested through the GetStyle(RulesEngineSource, int, string) method. |
| Name | Description |
|---|---|
| GetStyle(RulesEngineSource, int, string) | Gets a style for the specified item. |
| Load(Stream) | |
| Save(Stream) |
| Name | Description |
|---|---|
| RulesChanged | Occurs when any rule is changed. |