'Declaration
Public Function New( _ ByVal operator As UnaryComparisonOperator, _ ByVal value As Object, _ ByVal isFormula As Boolean _ )
'Usage
Dim operator As UnaryComparisonOperator Dim value As Object Dim isFormula As Boolean Dim instance As New UnaryComparisonConditionalFormattingRule(operator, value, isFormula)
Parameters
- operator
- The @operator.
- value
- The value.
- isFormula
- The boolean value indicates whether the value is a formula.