[]
        
(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)
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)
Parameters
Type Name Description
int r

Index of the first row in this range.

int c

Index of the first column in this range.