Spread WPF 17
GrapeCity.Windows.SpreadSheet.Data Namespace / CellRange Class / Clone Method


In This Topic
    Clone Method (CellRange)
    In This Topic
    Clones a cell range of the current cell range.
    Syntax
    'Declaration
     
    Public Overridable Function Clone() As Object
    'Usage
     
    Dim instance As CellRange
    Dim value As Object
     
    value = instance.Clone()
    public virtual object Clone()
    See Also