XLL+ Class Library (7.0)

CScalarConvertParams<T>::SetStringParam

Sets the value of an extended parameter of string type

CScalarConvertParams<T>& SetStringParam(
   unsigned int index,
   const wchar_t* value
);

Parameters

index

The position of the parameter within the set of string extended parameters of the argument.

value

The new value of the parameter.

Return Value

Returns a reference to the calling object, for the convenience of generated code.

Remarks

This method is used by generated code that converts extended types.

Requirements

Header: xlpconvert.h

See Also

CScalarConvertParams<T> Class | CScalarConvertParams<T> Methods | GetStringParam | GetIntParam | SetIntParam | GetBoolParam | SetBoolParam