Generic base class for row and column collections.

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

Syntax

C#
public abstract class ExcelRowColumnCollectionBase<T> : ExcelRowColumnCollectionBase, 
	IEnumerable<T>, IEnumerable
where T : ExcelColumnRowBase
Visual Basic
Public MustInherit Class ExcelRowColumnCollectionBase(Of T As ExcelColumnRowBase) _
	Inherits ExcelRowColumnCollectionBase _
	Implements IEnumerable(Of T), IEnumerable

Type Parameters

T
Type of the items in the collection, either ExcelRow or ExcelColumn.

Inheritance Hierarchy

See Also