Answer.GetRepeatCount Method

This method returns the number of Value objects at the specified repeat indexes.

Syntax

public int GetRepeatCount ( int repeatIndex1, int repeatIndex2, int repeatIndex3, int repeatIndex4 )

Parameters Description
repeatIndex1 The first repeat index.
repeatIndex2 The second repeat index.
repeatIndex3 The third repeat index.
repeatIndex4 The fourth repeat index.

Return Value

The number of Value objects at the specified repeat indexes.