In This Topic
Ensures that the
CfValue will use greater-than when applying conditional formatting rules.
Syntax
'Declaration
Public Shared Sub ToGreaterThanOnly( _
ByRef As CfValue _
)
'Usage
Dim cfValue As CfValue
CfValue.ToGreaterThanOnly(cfValue)
public static void ToGreaterThanOnly(
ref CfValue
)
Parameters
- cfValue
- A CfValue value indicates the origin conditional formatting value.
See Also