Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.UI Namespace / BorderLayoutEngine Class / GetBorderLineData(BorderLine) Method


In This Topic
    GetBorderLineData(BorderLine) Method
    In This Topic
    Syntax
    'Declaration
     
    
    Public Shared Function GetBorderLineData( _
       ByVal borderLine As BorderLine _
    ) As BorderLineData
    'Usage
     
    
    Dim borderLine As BorderLine
    Dim value As BorderLineData
     
    value = BorderLayoutEngine.GetBorderLineData(borderLine)
    public static BorderLineData GetBorderLineData( 
       BorderLine borderLine
    )

    Parameters

    borderLine
    See Also