Spread WPF 17
GrapeCity.Windows.SpreadSheet.Data Namespace / BorderLineData Class / MiddleWidth Property


In This Topic
    MiddleWidth Property
    In This Topic
    Gets the line width of the middle line.
    Syntax
    'Declaration
     
    Public ReadOnly Property MiddleWidth As Integer
    'Usage
     
    Dim instance As BorderLineData
    Dim value As Integer
     
    value = instance.MiddleWidth
    public int MiddleWidth {get;}
    See Also