Excel cell provides access to a single worksheet cell or to a merged range if the cell is merged.
Namespace: GemBox.SpreadsheetAssembly: GemBox.Spreadsheet (in GemBox.Spreadsheet.dll) Version: 35.0.30.1025
Syntax
| C# |
|---|
public sealed class ExcelCell : AbstractRange |
| Visual Basic |
|---|
Public NotInheritable Class ExcelCell _ Inherits AbstractRange |
Remarks
Merged range is created by using CellRange.Merged property. See the property documentation for more information on merging.