Excel for WPF and Silverlight
XLRange Constructor(String,XLReferenceMode)

C1.WPF.Excel Namespace > XLRange Class > XLRange Constructor : XLRange Constructor(String,XLReferenceMode)
The area reference text (for exapmle: 'A4:D8').
The area reference text (for exapmle: 'A4:D8').
Initialization range.
Syntax
'Declaration
 
Public Function New( _
   ByVal areaRef As System.String, _
   Optional ByVal mode As XLReferenceMode _
)
public XLRange( 
   System.string areaRef,
   XLReferenceMode mode
)

Parameters

areaRef
The area reference text (for exapmle: 'A4:D8').
mode
The area reference text (for exapmle: 'A4:D8').
See Also

Reference

XLRange Class
XLRange Members
Overload List