[]
        
Creates a new conditional format.
public ConditionalFormat()
Public Sub New()
Creates a new conditional format with the specified style.
public ConditionalFormat(NamedStyle style)
Public Sub New(style As NamedStyle)
| Type | Name | Description | 
|---|---|---|
| NamedStyle | style | Style  | 
    
Creates a new conditional format from serialization.
public ConditionalFormat(SerializationInfo info, StreamingContext context)
Public Sub New(info As SerializationInfo, context As StreamingContext)
| Type | Name | Description | 
|---|---|---|
| SerializationInfo | info | Object that holds the serialized object data  | 
    
| StreamingContext | context | Contexual information about the source or destination of the serialization  |