Generic base class for row and column collections.
Namespace: GemBox.SpreadsheetAssembly: 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
System..::..Object
GemBox.Spreadsheet..::..ExcelRowColumnCellCollectionBase
GemBox.Spreadsheet..::..ExcelRowColumnCollectionBase
GemBox.Spreadsheet..::..ExcelRowColumnCollectionBase<(Of <(<'T>)>)>
GemBox.Spreadsheet..::..ExcelColumnCollection
GemBox.Spreadsheet..::..ExcelRowCollection
GemBox.Spreadsheet..::..ExcelRowColumnCellCollectionBase
GemBox.Spreadsheet..::..ExcelRowColumnCollectionBase
GemBox.Spreadsheet..::..ExcelRowColumnCollectionBase<(Of <(<'T>)>)>
GemBox.Spreadsheet..::..ExcelColumnCollection
GemBox.Spreadsheet..::..ExcelRowCollection