ASP.NET 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
    public CellRange Clone()

    Return Value

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