GETN_OPTION_INTERACTIVE_CONTROL
#define GETN_OPTION_INTERACTIVE_CONTROL(_DW) _tmpSubNode.SetAttribute(STR_INTERACTIVE_CONTROL_OPTIONS_ATTRIB, _DW);
This macro is used to setup the properties of Data Range controls.
EX1
#include <GetNBox.h> void GETN_INTERACTIVE_ex1() { GETN_BOX( treeTest ); GETN_INTERACTIVE(interactive, "Data Range", "[Book1]Sheet1!B") GETN_OPTION_INTERACTIVE_CONTROL(ICOPT_RESTRICT_TO_ONE_DATA) // can only choose one data range. if( GetNBox( treeTest )) out_tree( treeTest ); }
GETN_INTERACTIVE, GETN_RANGE, GETN_XYRANGE, GETN_XYRANGE_COMPLEX, GETN_XYZRANGE
GetNbox.h