ComponentOne ASP.NET MVC Controls
CellRange Constructor(Int32,Int32,Int32,Int32)

C1.Web.Mvc.Grid Namespace > CellRange Class > CellRange Constructor : CellRange Constructor(Int32,Int32,Int32,Int32)
Index of the first row in this range.
Index of the first column in this range.
Index of the last row in this range.
Index of the first column in this range.
Creates one CellRange instance.
Syntax
'Declaration
 
Public Function New( _
   ByVal r As Integer, _
   ByVal c As Integer, _
   ByVal r2 As Integer, _
   ByVal c2 As Integer _
)
public CellRange( 
   int r,
   int c,
   int r2,
   int c2
)

Parameters

r
Index of the first row in this range.
c
Index of the first column in this range.
r2
Index of the last row in this range.
c2
Index of the first column in this range.
See Also

Reference

CellRange Class
CellRange Members
Overload List