Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.UI Namespace / BorderLayoutEngine Class / IsEmptyOrNoLine Method


In This Topic
    IsEmptyOrNoLine Method
    In This Topic
    Syntax
    'Declaration
     
    
    Public Shared Function IsEmptyOrNoLine( _
       ByVal borderLineStyle As BorderLineStyle _
    ) As Boolean
    'Usage
     
    
    Dim borderLineStyle As BorderLineStyle
    Dim value As Boolean
     
    value = BorderLayoutEngine.IsEmptyOrNoLine(borderLineStyle)
    public static bool IsEmptyOrNoLine( 
       BorderLineStyle borderLineStyle
    )

    Parameters

    borderLineStyle
    See Also