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(
	C1XLBook book,
	string reference
)
Visual Basic
Public Sub New ( _
	book As C1XLBook, _
	reference As String _
)

Parameters

book
Type: C1.Silverlight.Excel..::..C1XLBook
The owner workbook for the range.
reference
Type: System..::..String
The text presentation of a specified range.

See Also