Spread Silverlight Documentation
Max Method


GrapeCity.Windows.SpreadSheet.Data Namespace > BorderLine Class : Max Method
The first line.
The second line.
Gets the maximum line of two lines.
Syntax
'Declaration
 
Public Shared Function Max( _
   ByVal line1 As BorderLine, _
   ByVal line2 As BorderLine _
) As BorderLine
'Usage
 
Dim line1 As BorderLine
Dim line2 As BorderLine
Dim value As BorderLine
 
value = BorderLine.Max(line1, line2)
public static BorderLine Max( 
   BorderLine line1,
   BorderLine line2
)

Parameters

line1
The first line.
line2
The second line.

Return Value

The maximum of two lines.
See Also

Reference

BorderLine Class
BorderLine Members