Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Drawing Namespace / CellNote Class / Connectors Property


In This Topic
    Connectors Property (CellNote)
    In This Topic
    Syntax
    'Declaration
     
    
    Public ReadOnly Property Connectors As IReadonlyArray(Of ConnectionShape)
    'Usage
     
    
    Dim instance As CellNote
    Dim value As IReadonlyArray(Of ConnectionShape)
     
    value = instance.Connectors
    public IReadonlyArray<ConnectionShape> Connectors {get;}
    See Also