CellArea Constructors
Defines the range of cells in a worksheet. Used in cell reference expressions contained in parsed formulas.| Name | Parameters | Description |
|---|---|---|
| CellArea(CellRange) | sourceRange | Initializes a new instance of the CellArea class with the specified settings. |
| CellArea(CellReferencePosition, CellReferencePosition) | topLeft, bottomRight | Initializes a new instance of the CellArea class with the specified settings. |
| CellArea(Int32, Int32, Int32, Int32) | leftColumnIndex, topRowIndex, rightColumnIndex, bottomRowIndex | Initializes a new instance of the CellArea class with the specified settings. |
See Also