XLCellRange Constructor(Int32,Int32,Int32,Int32)
In This Topic
Creates an instance of an
XLCellRange object containing a specified range.
Syntax
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