GrapeCity.Xaml.SpreadSheet.Data
Less Than Operator


The first border line.
The second border line.
Compares whether the first border line is less 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 line is less than the second line; otherwise, false.
Requirements

Target Platforms: Windows Server 2012, Windows RT

See Also

Reference

BorderLine Class
BorderLine Members

 

 


Copyright © GrapeCity, inc. All rights reserved.

Support Options