XLL+ Class Library

CXlSerialData::CopyXlOper

Serializes a single CXlOper

[C++]
void CopyXlOper(
   const CXlOper& xlo
);

Parameters

xlo

A CXlOper object containing one or more values which will be serialized to the new CXlSerialData object. If the CXlOper was passed as an argument from Excel, you must call CXlOper::Coerce() before saving it.

Requirements

Header: xlserialize.h

See Also

CXlSerialData Class | CXlSerialData Methods