Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Drawing Namespace / WorksheetDrawing Class / GetUniqueSelectedShape Method
The container shape.


In This Topic
    GetUniqueSelectedShape Method
    In This Topic
    Gets the unique selected shape.
    Syntax
    'Declaration
     
    
    Public Shared Function GetUniqueSelectedShape( _
       ByVal shape As Shape _
    ) As Shape
    'Usage
     
    
    Dim shape As Shape
    Dim value As Shape
     
    value = WorksheetDrawing.GetUniqueSelectedShape(shape)
    public static Shape GetUniqueSelectedShape( 
       Shape shape
    )

    Parameters

    shape
    The container shape.

    Return Value

    The actual unique selected shape.
    See Also