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
 

Return Value

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