XLL+ Class Library

CXlOper::FromString

Assigns a string value and data type to the CXlOper

[C++]
const CXlOper& FromString(
   const char* psz
);

Parameters

psz

Value to be applied to the CXlOper.

Remarks

This function assigns the value of psz to the CXlOper, and sets the type of the CXlOper to be xltypeStr.

Requirements

Header: xllplus.h

See Also

CXlOper Class | CXlOper Methods