XLL+ Class Library (7.0)

CXlArrayContainer<T>::CXlArrayContainer

Constructs a CXlArrayContainer object

CXlArrayContainer(
   const CXlOper& xloArray
);

Parameters

xloArray

A CXlOper instance that contains an array or a value type (number, string, error or boolean).

Remarks

Constructs a CXlArrayContainer object, which can then be used to create iterators for its contained cells.

In the debug build only, an exception of type CXlRuntimeException will be thrown if xloArray does not contain data of type T.

In all builds an exception of type CXlRuntimeException will be thrown if xloArray does not contain either an array (not a reference) or a single value (of type number, string, error or boolean).

Requirements

Header: xlpfastit.h

See Also

CXlArrayContainer<T> Class | CXlArrayContainer<T> Methods