[]
Represents a conditional format.
public class ConditionalFormat : ICloneable, ISerializeSupport, ISerializable
Public Class ConditionalFormat
Implements ICloneable, ISerializeSupport, ISerializable
| Name | Description |
|---|---|
| ConditionalFormat() | Creates a new conditional format. |
| ConditionalFormat(NamedStyle) | Creates a new conditional format with the specified style. |
| ConditionalFormat(SerializationInfo, StreamingContext) | Creates a new conditional format from serialization. |
| Name | Description |
|---|---|
| ComparisonOperator | Gets or sets the comparison operator for the conditional format. |
| FirstCondition | Gets or sets the first condition. |
| FirstConditionExpression | Gets or sets the first condition as an expression. |
| LastCondition | Gets or sets the last condition. |
| LastConditionExpression | Gets or sets the last condition as an expression. |
| Style | Gets or sets a style for the conditional format. |
| Name | Description |
|---|---|
| Clone() | Creates and returns a copy of the conditional format. |
| Deserialize(XmlNodeReader) | Loads the conditional format object from XML. |
| GetObjectData(SerializationInfo, StreamingContext) | Gets the object data. |
| Serialize(XmlTextWriter) | Saves the object to XML. |
| Serialize(XmlTextWriter, int, int) | Saves the conditional format object to XML from a specified row and column. |
| ShowConditionalFormatDialog(Form, FpSpread, ComparisonOperator, CellRange) | Shows the ConditionalFormat dialog. |
| ShowConditionalFormatDialog(Form, FpSpread, ComparisonOperator, CellRange[]) | Displays the ConditionalFormat dialog. |