Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Commands Namespace / ShapeActionsCommand Class / Delete Method
The shape to delete.


In This Topic
    Delete Method (ShapeActionsCommand)
    In This Topic
    Deletes the specified shape.
    Syntax
    'Declaration
     
    
    Public Shared Function Delete( _
       ByVal shape As IShape _
    ) As ShapeActionsCommand
    'Usage
     
    
    Dim shape As IShape
    Dim value As ShapeActionsCommand
     
    value = ShapeActionsCommand.Delete(shape)
    public static ShapeActionsCommand Delete( 
       IShape shape
    )

    Parameters

    shape
    The shape to delete.
    See Also