FormatConditionCommandParameters Members
Contains parameters for conditional formatting commands.Constructors
| Name | Description |
|---|---|
| FormatConditionCommandParameters() | Initializes a new instance of the FormatConditionCommandParameters class. |
Fields
| Name | Description |
|---|---|
| ColumnProperty static | Identifies the FormatConditionCommandParameters.Column dependency property. |
| MeasureProperty static | Identifies the FormatConditionCommandParameters.Measure dependency property. |
| RowProperty static | Identifies the FormatConditionCommandParameters.Row dependency property. |
Properties
| Name | Description |
|---|---|
| Column | Gets or sets the column field to which the format rule command is executed. |
| Measure | Gets or sets the data field for which the format rule command is executed. |
| Row | Gets or sets the row field for which the format rule command is executed. |
See Also