Excel cell provides access to a single worksheet cell or to a merged range if the cell is merged.
Inheritance Hierarchy
GemBox.Spreadsheet AbstractRange
GemBox.Spreadsheet ExcelCell
Namespace: GemBox.Spreadsheet
Assembly: GemBox.Spreadsheet (in GemBox.Spreadsheet.dll) Version: 37.3.30.1035
Syntax
public sealed class ExcelCell : AbstractRange
Remarks
Merged range is created by using CellRange.Merged property. See the property documentation for more information on merging.
See Also