Spread Silverlight Documentation
Clone(Int32,Int32) Method


The row offset.
The column offset.
Creates a new data validator based on the specified parameters.
Syntax
'Declaration
 
Public Overloads Overridable Function Clone( _
   ByVal rowOffset As System.Integer, _
   ByVal columnOffset As System.Integer _
) As DataValidator
'Usage
 
Dim instance As DataValidator
Dim rowOffset As System.Integer
Dim columnOffset As System.Integer
Dim value As DataValidator
 
value = instance.Clone(rowOffset, columnOffset)
public virtual DataValidator Clone( 
   System.int rowOffset,
   System.int columnOffset
)

Parameters

rowOffset
The row offset.
columnOffset
The column offset.

Return Value

A new data validator.
Requirements

Target Platforms: Windows 7, Windows 8 Desktop, Windows Vista SP1 or later, Windows Server 2000, Windows 2000 Professional, Windows XP Professional, Windows NT 4.0 Workstation, SP6, Windows NT 4.0 Server, SP6

See Also

Reference

DataValidator Class
DataValidator Members
Overload List

 

 


Copyright © GrapeCity, inc. All rights reserved.