Initializes a new instance of a CellRange.

Namespace:  C1.Silverlight.FlexGrid
Assembly:  C1.Silverlight.FlexGrid.4 (in C1.Silverlight.FlexGrid.4.dll)

Syntax

C#
public CellRange(
	int row1,
	int col1,
	int row2,
	int col2
)
Visual Basic
Public Sub New ( _
	row1 As Integer, _
	col1 As Integer, _
	row2 As Integer, _
	col2 As Integer _
)

Parameters

row1
Type: System..::..Int32
Index of the first row in the range.
col1
Type: System..::..Int32
Index of the last row in the range.
row2
Type: System..::..Int32
Index of the first column in the range.
col2
Type: System..::..Int32
Index of the last column in the range.

See Also