XLL+ Class Library (7.0)

CXlSerialData::GetXlOper

Deserializes a single CXlOper

void GetXlOper(
   CXlOper& xlo
) const;

Parameters

xlo

A CXlOper object which will be overwritten with the values deserialized from the CXlSerialData object.

Remarks

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().

Requirements

Header: xlserialize.h

See Also

CXlSerialData Class | CXlSerialData Methods