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


In This Topic
    FindTargetSelectedShape Method
    In This Topic
    Finds the nearest selectable shape.
    Syntax
    '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
    See Also