Initializes a new instance of a CellRange containing a single cell.

Namespace:  C1.Phone.FlexGrid
Assembly:  C1.Phone.FlexGrid (in C1.Phone.FlexGrid.dll)

Syntax

C#
public CellRange(
	int row,
	int col
)
Visual Basic
Public Sub New ( _
	row As Integer, _
	col As Integer _
)

Parameters

row
Type: System..::..Int32
Index of the cell row.
col
Type: System..::..Int32
Index of the cell column.

See Also