Spread Silverlight Documentation
IsDoubleLine Method


GrapeCity.Windows.SpreadSheet.Data Namespace > BorderLineLayoutEngine Class : IsDoubleLine Method
The specified line.
Determines whether the specified line is a double line.
Syntax
'Declaration
 
Public Shared Function IsDoubleLine( _
   ByVal line As BorderLine _
) As System.Boolean
'Usage
 
Dim line As BorderLine
Dim value As System.Boolean
 
value = BorderLineLayoutEngine.IsDoubleLine(line)
public static System.bool IsDoubleLine( 
   BorderLine line
)

Parameters

line
The specified line.

Return Value

true if the specified line is a double line; otherwise, false.
See Also

Reference

BorderLineLayoutEngine Class
BorderLineLayoutEngine Members