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


In This Topic
    HasMiddle Property
    In This Topic
    Gets a value that indicates whether the border line has a middle line.
    Syntax
    'Declaration
     
    Public ReadOnly Property HasMiddle As Boolean
    'Usage
     
    Dim instance As BorderLineData
    Dim value As Boolean
     
    value = instance.HasMiddle
    public bool HasMiddle {get;}
    See Also