Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Drawing Namespace / WorksheetDrawing Class / SelectedDrawingObjects Property


In This Topic
    SelectedDrawingObjects Property
    In This Topic
    Gets the selected drawing objects.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property SelectedDrawingObjects As Shape()
    'Usage
     
    
    Dim instance As WorksheetDrawing
    Dim value() As Shape
     
    value = instance.SelectedDrawingObjects
    public Shape[] SelectedDrawingObjects {get;}

    Property Value

    The selected drawing objects.
    See Also