XLL+ Class Library (7.0)

CXlArray::Row

Returns a pointer to a row of items in the array

double* Row(
   size_t row
);
const double* Row(
   size_t row
) const;

Parameters

row

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