[]
        
(Showing Draft Content)

C1.Web.Mvc.Grid.CellRange.-ctor

CellRange Constructor

CellRange(int, int, int, int)

Creates one CellRange instance.

Declaration
public CellRange(int r, int c, int r2, int c2)
Public Sub New(r As Integer, c As Integer, r2 As Integer, c2 As Integer)
Parameters
Type Name Description
int r

Index of the first row in this range.

int c

Index of the first column in this range.

int r2

Index of the last row in this range.

int c2

Index of the first column in this range.

CellRange(int, int)

Creates one CellRange instance.

Declaration
public CellRange(int r, int c)
Public Sub New(r As Integer, c As Integer)
Parameters
Type Name Description
int r

Index of the first row in this range.

int c

Index of the first column in this range.