Collection of excel cells (ExcelCell).

Namespace: GemBox.Spreadsheet
Assembly: GemBox.Spreadsheet (in GemBox.Spreadsheet.dll) Version: 35.0.30.1025

Syntax

C#
public sealed class ExcelCellCollection : ExcelRowColumnCellCollectionBase, 
	IEnumerable<ExcelCell>, IEnumerable
Visual Basic
Public NotInheritable Class ExcelCellCollection _
	Inherits ExcelRowColumnCellCollectionBase _
	Implements IEnumerable(Of ExcelCell), IEnumerable

Inheritance Hierarchy

System..::..Object
  GemBox.Spreadsheet..::..ExcelRowColumnCellCollectionBase
    GemBox.Spreadsheet..::..ExcelCellCollection

See Also