Collection of Pair objects.
You can add pairs individually with the Add Method or use the AddMatched method to automatically add pairs for all worksheets that have matching names or indexes.
You can retrieve a specific pair with Pairs(Index) or Pairs.Item(index)
You can remove a specific pair with Pairs.Remove(Index)
You can remove all pairs by using the ResetPairs Method
.