IUserAccessiableGetVisibleTopicCount Method |
Returns the number of visible topics in a grid questions
Namespace: SurveyToGo.UserLogic.InterfacesAssembly: UserLogicInt.Pocket (in UserLogicInt.Pocket.dll) Version: 1.0.4.0
Syntax int GetVisibleTopicCount(
int inQuesIdx
)
Parameters
- inQuesIdx
- Type: SystemInt32
Target Question Index
Return Value
Type:
Int32 Integer
Examples If I want to get the number of visible topics in a question
I can use this function with the relevant question index.
GetVisibleTopicCount(CurrQues);
See Also