Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Drawing Namespace / WorksheetDrawing Class / GetParentShape Method


In This Topic
    GetParentShape Method
    In This Topic
    Get the parent shape of the DrawingObject
    Syntax
    'Declaration
     
    
    Public Function GetParentShape( _
       ByVal drawingObject As DrawingObject _
    ) As Shape
    'Usage
     
    
    Dim instance As WorksheetDrawing
    Dim drawingObject As DrawingObject
    Dim value As Shape
     
    value = instance.GetParentShape(drawingObject)
    public Shape GetParentShape( 
       DrawingObject drawingObject
    )

    Parameters

    drawingObject
    See Also