Click or drag to resize

CellRange Properties

The CellRange type exposes the following members.

Properties
 NameDescription
Public propertyComment Gets or sets comment.
(Overrides ExcelRangeComment)
Public propertyEndPosition Gets name of the last cell in this cell range.
Public propertyFirstColumnIndex Gets index of the first column.
Public propertyFirstRowIndex Gets index of the first row.
Public propertyFormula Gets or sets formula string.
(Overrides ExcelRangeFormula)
Public propertyHeight Gets the height of this range of cells in rows.
Public propertyIsStyleDefault Returns true if all cells in cell range or merged range have default cell style; otherwise, false.
(Overrides ExcelRangeIsStyleDefault)
Public propertyItemString Gets excel cell with the specified full or partial name.
Public propertyItemInt32, Int32 Gets excel cell at the specified relative position.
Public propertyLastColumnIndex Gets index of the last column.
Public propertyLastRowIndex Gets index of the last row.
Public propertyMerged Gets or sets whether cells in this range are merged.
Public propertyStartPosition Gets name of the first cell in this cell range.
Public propertyStyle Gets or sets cell style on one or more excel cells.
(Overrides ExcelRangeStyle)
Public propertyValue Gets or sets the value of a single cell or range of cells.
(Overrides ExcelRangeValue)
Public propertyWidth Gets the width of this range of cells in columns.
Top
See Also