IUserAccessiableGetTopicCount Method |
Returns the number of topics in a grid questions
Namespace: SurveyToGo.UserLogic.InterfacesAssembly: UserLogicInt.Pocket (in UserLogicInt.Pocket.dll) Version: 1.0.4.0
Syntax int GetTopicCount(
int inQuesIdx
)
Parameters
- inQuesIdx
- Type: SystemInt32
Target Question Index
Return Value
Type:
Int32Examples GetTopicCount(7) will return the number of topics in question 7.
See Also