GrapeCity.Xaml.SpreadSheet.Data
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 Integer, _
   ByVal columnOffset As Integer _
) As DataValidator
'Usage
 
Dim instance As DataValidator
Dim rowOffset As Integer
Dim columnOffset As Integer
Dim value As DataValidator
 
value = instance.Clone(rowOffset, columnOffset)
public virtual DataValidator Clone( 
   int rowOffset,
   int columnOffset
)

Parameters

rowOffset
The row offset.
columnOffset
The column offset.

Return Value

A new data validator.
Requirements

Target Platforms: Windows Server 2012, Windows RT

See Also

Reference

DataValidator Class
DataValidator Members
Overload List

 

 


Copyright © GrapeCity, inc. All rights reserved.

Support Options