Spread Windows Forms 12.0 Product Documentation
Clone Method (ValueProcess)


FarPoint.Win.Spread Assembly > FarPoint.Win.Spread Namespace > ValueProcess Class : Clone Method
Creates an exact copy of the current ValueProcess.
Syntax
'Declaration
 
Public Overrides Function Clone() As ValidateActionBase
'Usage
 
Dim instance As ValueProcess
Dim value As ValidateActionBase
 
value = instance.Clone()
public override ValidateActionBase Clone()

Return Value

A ValidateActionBase that represents the cloned ValueProcess.
See Also

Reference

ValueProcess Class
ValueProcess Members