'Declaration
Public Overrides Function Clone() As Command
'Usage
Dim instance As RangeCommand Dim value As Command value = instance.Clone()
public override Command Clone()
Return Value
The cloned command object.
'Declaration
Public Overrides Function Clone() As Command
'Usage
Dim instance As RangeCommand Dim value As Command value = instance.Clone()
public override Command Clone()