XLL+ Class Library

CXlArray::Row

Returns a pointer to a row of items in the array

[C++]
double* Row(
   WORD wRow
);
const double* Row(
   WORD wRow
) const;

Parameters

wRow

The row containing the item of interest (the top row is 0).

Remarks

The pointer returned by this function can be used to read the items in a row and to update them.

Requirements

Header: xllplus.h

See Also

CXlArray Class | CXlArray Methods