XLL+ Class Library (6.3)

CVectorConvertParams<T>::SetBoolParam

Sets the value of an extended parameter of boolean type

CVectorConvertParams<T>& SetBoolParam(
   unsigned int index,
   bool value
);

Parameters

index

The position of the parameter within the set of boolean 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

CVectorConvertParams<T> Class | CVectorConvertParams<T> Methods | GetBoolParam | GetIntParam | SetIntParam | GetStringParam | SetStringParam