XLCellRange Constructor(Int32,Int32,Int32,Int32)
In This Topic
Creates an instance of an
XLCellRange object containing a specified range.
Syntax
'Declaration
Public Function New( _
ByVal As System.Integer, _
ByVal As System.Integer, _
ByVal As System.Integer, _
ByVal As System.Integer _
)
public XLCellRange(
System.int ,
System.int ,
System.int ,
System.int
)
Parameters
- rowFrom
- Top row in the range.
- rowTo
- Bottom row in the range.
- colFrom
- Left column in the range.
- colTo
- Right column in the range.
See Also