Highlight all records contained in the sublist with increment incSize starting at index startPos
The first record of the sublist is at position startPos
The subsequent records of the sublist are spaced incSize positions apart from each other.
In this instance, the second record would be at position secPos, and so on.