[]
Initializes a new instance of the RangeElement<T> class.
public RangeElement(List<T> objects, List<CellRange> cellRanges)
Public Sub New(objects As List(Of T), cellRanges As List(Of CellRange))
| Type | Name | Description |
|---|---|---|
| List<T> | objects | List of elements |
| List<CellRange> | cellRanges | List of cell ranges |
Initializes a new instance of the RangeElement<T> class.
public RangeElement(T obj, CellRange cellRange)
Public Sub New(obj As T, cellRange As CellRange)
| Type | Name | Description |
|---|---|---|
| T | obj | Element |
| CellRange | cellRange | Cell range |
Initializes a new instance of the RangeElement<T> class.
public RangeElement(List<CellRange> cellRanges)
Public Sub New(cellRanges As List(Of CellRange))
| Type | Name | Description |
|---|---|---|
| List<CellRange> | cellRanges | List of cell ranges |
Initializes a new instance of the RangeElement<T> class.
public RangeElement(CellRange cellRange)
Public Sub New(cellRange As CellRange)
| Type | Name | Description |
|---|---|---|
| CellRange | cellRange | Cell range |