Deserializes a single CXlOper
[C++]
void GetXlOper(
CXlOper& xlo
) const;
A CXlOper object which will be overwritten with the values deserialized from the CXlSerialData object.
This method can be used to deserialize a single CXlOper
from a byte array which was originally constructed
from a CXlOper or by using
CXlSerialData::CopyXlOper().
Header: xlserialize.h