Returns a vertical range of cells as a horizontal range, or vice versa
[C++]
static int Transpose(
CXlOper& xloValue,
const CXlOper& array
);
A reference to a CXlOper that will contain the requested data if the macro succeeds.
An array or range of cells on a worksheet that you want to transpose.
Zero if the function has been called successfully; non-zero
if the function could not be called.
See Error codes for a list
of return values.
See the Microsoft Excel on-line Help for full details about
this function.
Header: xlfuncs.h