Transform a value of indeterminate type, received from .NET, to an Excel return value
CXlOper objectToXl( System::Object^ src ); |
A CLR type.
A CXlOper value, populated with the transformed values.
This function transforms CLR values or arrays of indeterminate type to an Excel value type. The following types are directly supported, as scalars, and as 1- or 2-dimensional arrays:
All other types are converted to strings, using the ToString() method.
Header: xlpclrconvert.h