The properties of the CellRange class are listed below. For a complete list of CellRange class members, see the CellRange Members topic.
Comment | Gets or sets comment |
EndPosition | Gets name of the last (bottom-right) cell in this cell range. |
FirstColumnIndex | Gets index of the first (leftmost) column. |
FirstRowIndex | Gets index of the first (topmost) row. |
Formula | Gets or sets formula string. |
Height | Gets height of this cell range, in rows. |
IndexingMode | Gets indexing mode used for cell range. |
IsAnyCellMerged | Returns true is any cell in this cell range is merged; otherwise, false. |
IsStyleDefault | Returns true if all cells in cell range or merged range have default cell style; otherwise, false. |
Item | Overloaded. Gets excel cell with the specified name or at the specified position. |
LastColumnIndex | Gets index of the last (rightmost) column. |
LastRowIndex | Gets index of the last (bottommost) row. |
Merged | Gets or sets whether cells in this range are merged. |
StartPosition | Gets name of the first (top-left) cell in this cell range. |
Style | Gets or sets cell style (CellStyle) on one or more excel cells. |
Value | Gets or sets cell value on one or more excel cells. |
Width | Gets width of this cell range, in columns. |
CellRange Class | GemBox.Spreadsheet Namespace