XLL+ Class Library (7.0)

CXlArrayContainer<T> Methods

The methods of the CXlArrayContainer<T> class are listed here.

Construction

public method CXlArrayContainer Constructs a CXlArrayContainer object

Accessors

public method at Returns a reference to the cell at the requested position or coordinates

Iterators

public method begin Get a cell iterator for the start of the array
public method begin_cols Get a column iterator for the start of the array
public method begin_rows Get a row iterator for the start of the array
public method end Get a cell iterator for the end of the array
public method end_cols Get a column iterator for the end of the array
public method end_rows Get a row iterator for the end of the array

Requirements

Header: xlpfastit.h

See Also

CXlArrayContainer<T> Class | xlpfastit.h | CXlArrayCellIterator<T> class | CXlArrayRowIterator<T> class | CXlArrayColumnIterator<T> class