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

C1.WPF.Excel Namespace > XLRange Class > XLRange Constructor : XLRange Constructor(Int32,Int32)
The index of the row in the cell.
The index of the column in the cell.
Initialization range.
Syntax
'Declaration
 
Public Function New( _
   ByVal row As System.Integer, _
   ByVal col As System.Integer _
)
public XLRange( 
   System.int row,
   System.int col
)

Parameters

row
The index of the row in the cell.
col
The index of the column in the cell.
See Also

Reference

XLRange Class
XLRange Members
Overload List