Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet Namespace / CfValue Structure / ToGreaterThanOnly Method
A CfValue value indicates the origin conditional formatting value.


In This Topic
    ToGreaterThanOnly Method
    In This Topic
    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