[]
Represents a strongly typed list of SheetCellRange that can be accessed by index. Provides methods to search, sort, and manipulate lists.
public class SheetCellRangeCollection : List<SheetCellRange>, IList<SheetCellRange>, ICollection<SheetCellRange>, IList, ICollection, IReadOnlyList<SheetCellRange>, IReadOnlyCollection<SheetCellRange>, IEnumerable<SheetCellRange>, IEnumerable
Public Class SheetCellRangeCollection
Inherits List(Of SheetCellRange)
Implements IList(Of SheetCellRange), ICollection(Of SheetCellRange), IList, ICollection, IReadOnlyList(Of SheetCellRange), IReadOnlyCollection(Of SheetCellRange), IEnumerable(Of SheetCellRange), IEnumerable
Name | Description |
---|---|
SheetCellRangeCollection() | Initializes a new instance of the SheetCellRangeCollection class. |
Name | Description |
---|---|
AddRange(SheetCellRange[]) | Adds the range. |