'Declaration
Public Function FindTargetSelectedShape( _ ByVal childShape As Shape _ ) As Shape
'Usage
Dim instance As WorksheetDrawing Dim childShape As Shape Dim value As Shape value = instance.FindTargetSelectedShape(childShape)
public Shape FindTargetSelectedShape( Shape childShape )
Parameters
- childShape