'Declaration Public Shared Function Create( _ ByVal op As ComparisonOperator, _ ByVal value1 As System.Object, _ ByVal value2 As System.Object, _ ByVal style As StyleInfo _ ) As CellValueRule
'Usage Dim op As ComparisonOperator Dim value1 As System.Object Dim value2 As System.Object Dim style As StyleInfo Dim value As CellValueRule value = CellValueRule.Create(op, value1, value2, style)
public static CellValueRule Create( ComparisonOperator op, System.object value1, System.object value2, StyleInfo style )
Parameters
- op
- The comparison operator ComparisonOperator for the text rule.
- value1
- The first object.
- value2
- The second object.
- style
- The style that is set by the rule.
Return Value
The new cell value rule.