Spread WPF 17
GrapeCity.Windows.SpreadSheet.Data Namespace / BorderLine Class / Greater Than Operator
The first border line.
The second border line.


In This Topic
    Greater Than Operator
    In This Topic
    Compares whether the first border line has a greater weight value or brightness than the second border line.
    Syntax
    'Declaration
     
    Public Operator >( _
       ByVal line1 As BorderLine, _
       ByVal line2 As BorderLine _
    ) As Boolean
    'Usage
     
    
    public bool operator >( 
       BorderLine line1,
       BorderLine line2
    )

    Parameters

    line1
    The first border line.
    line2
    The second border line.

    Return Value

    true if the first border line is greater than the second border line; otherwise, false.
    See Also