Click or drag to resize
IUserAccessiableGetNumOfTopicsWithNotValues Method
returns the number of topics without the given values in a single choice grid question.

Namespace: SurveyToGo.UserLogic.Interfaces
Assembly: UserLogicInt.Pocket (in UserLogicInt.Pocket.dll) Version: 1.0.4.0
Syntax
C#
int GetNumOfTopicsWithNotValues(
	int inQuesIdx,
	params int[] inValues
)

Parameters

inQuesIdx
Type: SystemInt32
Question Index
inValues
Type: SystemInt32
1 value or more, separated with a comma

Return Value

Type: Int32
Examples
GetNumOfTopicsWithNotValues(CurrQues,1,2,3); will return 4 if index’s 1,2,3 are not selected in 4 topics
See Also