Returns a pointer to a row of items in the array
double* Row( size_t row ); const double* Row( size_t row ) 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