GemBox.Spreadsheet

ExcelCell Class

Excel cell provides access to a single worksheet cell or to a merged range if the cell is merged.

For a list of all members of this type, see ExcelCell Members.

System.Object
   GemBox.Spreadsheet.AbstractRange
      GemBox.Spreadsheet.ExcelCell

public sealed class ExcelCell : AbstractRange

Thread Safety

Public static (Shared in Visual Basic) members of this type are safe for multithreaded operations. Instance members are not guaranteed to be thread-safe.

Remarks

Merged range is created by using CellRange.Merged property. See the property documentation for more information on merging.

Requirements

Namespace: GemBox.Spreadsheet

Assembly: GemBox.Spreadsheet (in GemBox.Spreadsheet.dll)

See Also

ExcelCell Members | GemBox.Spreadsheet Namespace | CellRange.Merged | MergedRange