[]
        
(Showing Draft Content)

C1.Win.TrueDBGrid.Split.CellRange.-ctor

CellRange Constructor

CellRange(int, int)

Initializes a new instance of the Split.CellRange struct.

Declaration
public CellRange(int row, int col)
Parameters
Type Name Description
int row

The row.

int col

The col.

CellRange(int, int, int, int)

Initializes a new instance of the Split.CellRange struct.

Declaration
public CellRange(int row1, int col1, int row2, int col2)
Parameters
Type Name Description
int row1

The row1.

int col1

The col1.

int row2

The row2.

int col2

The col2.