Spread Windows Forms 12.0 Product Documentation
ToGreaterThanOnly Method


GrapeCity.Spreadsheet Assembly > GrapeCity.Spreadsheet Namespace > CfValue Structure : ToGreaterThanOnly Method
A CfValue value indicates the origin conditional formatting value.
Ensures that the CfValue will use greater-than when applying conditional formatting rules.
Syntax
'Declaration
 
Public Shared Sub ToGreaterThanOnly( _
   ByRef cfValue As CfValue _
) 
'Usage
 
Dim cfValue As CfValue
 
CfValue.ToGreaterThanOnly(cfValue)
public static void ToGreaterThanOnly( 
   ref CfValue cfValue
)

Parameters

cfValue
A CfValue value indicates the origin conditional formatting value.
See Also

Reference

CfValue Structure
CfValue Members