Spread WPF 17
GrapeCity.Windows.SpreadSheet.Data Namespace / BorderLineLayoutEngine Class / IsDoubleLine Method
The specified line.


In This Topic
    IsDoubleLine Method
    In This Topic
    Determines whether the specified line is a double line.
    Syntax
    'Declaration
     
    Public Shared Function IsDoubleLine( _
       ByVal line As BorderLine _
    ) As Boolean
    'Usage
     
    Dim line As BorderLine
    Dim value As Boolean
     
    value = BorderLineLayoutEngine.IsDoubleLine(line)
    public static bool IsDoubleLine( 
       BorderLine line
    )

    Parameters

    line
    The specified line.

    Return Value

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