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