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


In This Topic
    Clone Method (GoalSeekCommand)
    In This Topic
    Syntax
    'Declaration
     
    
    Public Overrides Function Clone() As Command
    'Usage
     
    
    Dim instance As GoalSeekCommand
    Dim value As Command
     
    value = instance.Clone()
    public override Command Clone()
    See Also