Returns a pointer to a row of items in the array
[C++]
double* Row(
WORD wRow
);
const double* Row(
WORD wRow
) const;
The row containing the item of interest (the top row is 0).
The pointer returned by this function can be used to read the items in a row and to update them.
Header: xllplus.h