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


In This Topic
    StopSelectDrawingObjectRectangle Method
    In This Topic
    Stop select drawing object bounds action.
    Syntax
    'Declaration
     
    
    Public Sub StopSelectDrawingObjectRectangle( _
       ByVal shape As Shape _
    ) 
    'Usage
     
    
    Dim instance As WorksheetDrawing
    Dim shape As Shape
     
    instance.StopSelectDrawingObjectRectangle(shape)
    public void StopSelectDrawingObjectRectangle( 
       Shape shape
    )

    Parameters

    shape
    See Also