StyleFormatCondition Constructors
A single style condition.Name | Parameters | Description |
---|---|---|
StyleFormatCondition() | none | Creates a new StyleFormatCondition object with default settings. |
StyleFormatCondition(FormatConditionEnum, GridColumn, Object, Object, Object, Boolean) | condition, column, tag, val1, val2, applyToRow | Initializes a new instance of the StyleFormatCondition class with the specified settings. |
StyleFormatCondition(FormatConditionEnum, GridColumn, Object, Object, Object) | condition, column, tag, val1, val2 | Initializes a new instance of the StyleFormatCondition class with the specified settings. |
StyleFormatCondition(FormatConditionEnum, GridColumn, Object, Object) | condition, column, tag, val1 | Initializes a new instance of the StyleFormatCondition class with the specified settings. |
StyleFormatCondition(FormatConditionEnum, Object, AppearanceDefault, Object, Object, GridColumn, Boolean) | condition, tag, appearanceDefault, val1, val2, column, applyToRow | Initializes a new instance of the StyleFormatCondition class with the specified settings. |
StyleFormatCondition(FormatConditionEnum, Object, AppearanceObject, Object, Object, GridColumn, Boolean) | condition, tag, appearance, val1, val2, column, applyToRow | Initializes a new instance of the StyleFormatCondition class with the specified settings. |
StyleFormatCondition(FormatConditionEnum) | condition | Initializes a new instance of the StyleFormatCondition class with the specified comparison operation type. |
See Also