Spread Windows Forms 17
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Commands Namespace / DeleteCellsRangeCommand Class / Clone Method


In This Topic
    Clone Method (DeleteCellsRangeCommand)
    In This Topic
    Clones this command object.
    Syntax
    'Declaration
     
    
    Public Function Clone() As Command
    'Usage
     
    
    Dim instance As DeleteCellsRangeCommand
    Dim value As Command
     
    value = instance.Clone()
    public Command Clone()

    Return Value

    The cloned command object.
    See Also