ASP.NET Core MVC Controls | ComponentOne
C1.Web.Mvc.Grid Namespace / CellRange Class / Clone Method






In This Topic
    Clone Method
    In This Topic
    Clones a copy of current CellRange.
    Syntax
    'Declaration
     
    
    Public Function Clone() As CellRange
    'Usage
     
    
    Dim instance As CellRange
    Dim value As CellRange
     
    value = instance.Clone()
    public CellRange Clone()
    public function Clone(): CellRange; 
    public function Clone() : CellRange;
    public: CellRange* Clone(); 
    public:
    CellRange^ Clone(); 

    Return Value

    The new CellRange which is copied from current CellRange.
    See Also