CellRangeCollection Class
A collection of Cell
public sealed class CellRangeCollection : Collection<CellRange>, IList<CellRange>, ICollection<CellRange>, IList, ICollection, IReadOnlyList<CellRange>, IReadOnlyCollection<CellRange>, IEnumerable<CellRange>, IEnumerable
- Inheritance:
- System.
Object System.Collections. <CellObject Model. Collection Range >CellRange Collection
Implements
System.Collections.Generic.IList <CellRange >
System.Collections.Generic.ICollection <CellRange >
System.Collections.IList
System.Collections.ICollection
System.Collections.Generic.IReadOnlyList <CellRange >
System.Collections.Generic.IReadOnlyCollection <CellRange >
System.Collections.Generic.IEnumerable <CellRange >
System.Collections.IEnumerable
Methods
Add(ExcelWorksheet, String)
Adds the Cell
Parameters
worksheet
- Excel
Worksheet
The worksheet.
cellReference
- System.
String
The cell reference for which to create Cell
Returns
Implements
System.Collections.Generic.IList<T>
System.Collections.Generic.ICollection<T>
System.Collections.IList
System.Collections.ICollection
System.Collections.Generic.IReadOnlyList<T>
System.Collections.Generic.IReadOnlyCollection<T>
System.Collections.Generic.IEnumerable<T>
System.Collections.IEnumerable