Creates an instance of an XLCellRange object containing a specified range.

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

Syntax

C#
public XLCellRange(
	XLSheet ws,
	int row,
	int col,
	XLReferenceType rowRef,
	XLReferenceType colRef
)
Visual Basic
Public Sub New ( _
	ws As XLSheet, _
	row As Integer, _
	col As Integer, _
	rowRef As XLReferenceType, _
	colRef As XLReferenceType _
)

Parameters

ws
Type: C1.Silverlight.Excel..::..XLSheet
The XLSheet of the range.
row
Type: System..::..Int32
The row in the range equal one cell.
col
Type: System..::..Int32
The column in the range equal one cell.
rowRef
Type: C1.Silverlight.Excel..::..XLReferenceType
The reference type of the row.
colRef
Type: C1.Silverlight.Excel..::..XLReferenceType
The reference type of the column.

See Also