[]
        
(Showing Draft Content)

FarPoint.Win.Spread.RangeElement-1.-ctor

RangeElement Constructor

RangeElement(List<T>, List<CellRange>)

Initializes a new instance of the RangeElement<T> class.

Declaration
public RangeElement(List<T> objects, List<CellRange> cellRanges)
Public Sub New(objects As List(Of T), cellRanges As List(Of CellRange))
Parameters
Type Name Description
List<T> objects

List of elements

List<CellRange> cellRanges

List of cell ranges

RangeElement(T, CellRange)

Initializes a new instance of the RangeElement<T> class.

Declaration
public RangeElement(T obj, CellRange cellRange)
Public Sub New(obj As T, cellRange As CellRange)
Parameters
Type Name Description
T obj

Element

CellRange cellRange

Cell range

RangeElement(List<CellRange>)

Initializes a new instance of the RangeElement<T> class.

Declaration
public RangeElement(List<CellRange> cellRanges)
Public Sub New(cellRanges As List(Of CellRange))
Parameters
Type Name Description
List<CellRange> cellRanges

List of cell ranges

RangeElement(CellRange)

Initializes a new instance of the RangeElement<T> class.

Declaration
public RangeElement(CellRange cellRange)
Public Sub New(cellRange As CellRange)
Parameters
Type Name Description
CellRange cellRange

Cell range