Excel for WPF and Silverlight
XLCellRange Constructor(XLSheet,String)

C1.WPF.Excel Namespace > XLCellRange Class > XLCellRange Constructor : XLCellRange Constructor(XLSheet,String)
The owner sheet for the range.
The text presentation of a specified range without sheets.
Creates an instance of an XLCellRange object containing a specified range.
Syntax
'Declaration
 
Public Function New( _
   ByVal sheet As XLSheet, _
   ByVal reference As System.String _
)
public XLCellRange( 
   XLSheet sheet,
   System.string reference
)

Parameters

sheet
The owner sheet for the range.
reference
The text presentation of a specified range without sheets.
See Also

Reference

XLCellRange Class
XLCellRange Members
Overload List