Excel for WPF and Silverlight
XLRange Constructor(Int32,Int32,Int32,Int32)

C1.WPF.Excel Namespace > XLRange Class > XLRange Constructor : XLRange Constructor(Int32,Int32,Int32,Int32)
The index of the top row in the range.
The index of the left column in the range.
The index of the bottom row in the range.
The index of the right column in the range.
Initialization range.
Syntax
'Declaration
 
Public Function New( _
   ByVal rowFirst As System.Integer, _
   ByVal colFirst As System.Integer, _
   ByVal rowLast As System.Integer, _
   ByVal colLast As System.Integer _
)
public XLRange( 
   System.int rowFirst,
   System.int colFirst,
   System.int rowLast,
   System.int colLast
)

Parameters

rowFirst
The index of the top row in the range.
colFirst
The index of the left column in the range.
rowLast
The index of the bottom row in the range.
colLast
The index of the right column in the range.
See Also

Reference

XLRange Class
XLRange Members
Overload List