'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