'Declaration
Public Function New( _ ByVal style As AppearanceStyleInfo, _ ByVal op As ConditionalStyleOperator, _ ByVal value1 As Object _ )
'Usage
Dim style As AppearanceStyleInfo Dim op As ConditionalStyleOperator Dim value1 As Object Dim instance As New ConditionalStyleItem(style, op, value1)
public ConditionalStyleItem( AppearanceStyleInfo style, ConditionalStyleOperator op, object value1 )
Parameters
- style
- A CellStyle that is applied to the Cell when the condition matches.
- op
- A ConditionalStyleOperator value that the Cell.Value should match.
- value1
- A System.Object that indicates the operation value when op needs several arguments.