Spread Windows Forms 15.0
GrapeCity.Spreadsheet Assembly / GrapeCity.Spreadsheet.Commands Namespace / Command Class / Clone Method


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

    Return Value

    The cloned command object.
    See Also