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


In This Topic
    Linkable Property
    In This Topic
    Gets a value that indicates whether the border can be linked when drawing.
    Syntax
    'Declaration
     
    Public ReadOnly Property Linkable As Boolean
    'Usage
     
    Dim instance As BorderLineData
    Dim value As Boolean
     
    value = instance.Linkable
    public bool Linkable {get;}

    Property Value

    true if the border can be linked; otherwise, false.
    See Also