Initialization range.

Namespace:  C1.Silverlight.Excel
Assembly:  C1.Silverlight.Excel.5 (in C1.Silverlight.Excel.5.dll)

Syntax

C#
public XLRange(
	int rowFirst,
	int colFirst,
	int rowLast,
	int colLast
)
Visual Basic
Public Sub New ( _
	rowFirst As Integer, _
	colFirst As Integer, _
	rowLast As Integer, _
	colLast As Integer _
)

Parameters

rowFirst
Type: System..::..Int32
The index of the top row in the range.
colFirst
Type: System..::..Int32
The index of the left column in the range.
rowLast
Type: System..::..Int32
The index of the bottom row in the range.
colLast
Type: System..::..Int32
The index of the right column in the range.

See Also