GrapeCity MultiRow Windows Forms Documentation
Clone Method (CellValidator)


Creates an exact copy of the current CellValidator.
Syntax
Public Overridable Function Clone() As CellValidator
Dim instance As CellValidator
Dim value As CellValidator
 
value = instance.Clone()
public virtual CellValidator Clone()

Return Value

A CellValidator that represents the cloned CellValidator.
Remarks
You must invoke this method when you inherit from the CellValidator class and override the Clone method.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

CellValidator Class
CellValidator Members

 

 


Copyright © GrapeCity, inc. All rights reserved.