Skip to main content

XlCellRange Constructors

Defines a range of cells.
Name Parameters Description
XlCellRange(XlCellPosition, XlCellPosition) topLeft, bottomRight Initializes a new instance of the XlCellRange class with the specified top left and bottom right positions.
XlCellRange(XlCellPosition) singleCell Initializes a new instance of the XlCellRange class which defines a single cell.
XlCellRange(String, XlCellPosition, XlCellPosition) sheetName, topLeft, bottomRight Initializes a new instance of the XlCellRange class with the specified worksheet, top left and bottom right positions.
See Also