Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Drawing Namespace / WorksheetDrawing Class / SelectedDrawingObjectCount Property


In This Topic
    SelectedDrawingObjectCount Property
    In This Topic
    Gets the total number of selected drawing objects.
    Syntax
    'Declaration
     
    
    Public ReadOnly Property SelectedDrawingObjectCount As Integer
    'Usage
     
    
    Dim instance As WorksheetDrawing
    Dim value As Integer
     
    value = instance.SelectedDrawingObjectCount
    public int SelectedDrawingObjectCount {get;}
    See Also