In This Topic
Overload List
| Overload | Description |
| XLCellRange Constructor() | Creates an instance of an XLCellRange object containing an empty range. |
| XLCellRange Constructor(Int32,Int32,Int32,Int32) | Creates an instance of an XLCellRange object containing a specified range. |
| XLCellRange Constructor(XLSheet,Int32,Int32,Int32,Int32) | Creates an instance of an XLCellRange object containing a specified range. |
| XLCellRange Constructor(XLSheet,Int32,Int32,Int32,Int32,XLReferenceType,XLReferenceType,XLReferenceType,XLReferenceType) | Creates an instance of an XLCellRange object containing a specified range. |
| XLCellRange Constructor(XLSheet,Int32,Int32,XLReferenceType,XLReferenceType) | Creates an instance of an XLCellRange object containing a specified range. |
| XLCellRange Constructor(Int32,Int32,Int32,Int32,Int32,Int32,XLReferenceType,XLReferenceType,XLReferenceType,XLReferenceType) | Creates an instance of an XLCellRange object containing a specified range. |
| XLCellRange Constructor(XLSheet,String) | Creates an instance of an XLCellRange object containing a specified range. |
| XLCellRange Constructor(C1XLBook,String) | Creates an instance of an XLCellRange object containing a specified range. |
See Also