Spread Silverlight Documentation
Clone Method (CellRange)


GrapeCity.Windows.SpreadSheet.Data Namespace > CellRange Class : Clone Method
Clones a cell range of the current cell range.
Syntax
'Declaration
 
Public Overridable Function Clone() As System.Object
'Usage
 
Dim instance As CellRange
Dim value As System.Object
 
value = instance.Clone()
public virtual System.object Clone()
See Also

Reference

CellRange Class
CellRange Members