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


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