Navigation:  Object Model Reference > Pairs Object >

Pairs Object

Previous pageReturn to chapter overviewNext page

Collection of Pair objects.

 

Remarks

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
.

 

 


See Also

Pairs Object
Pairs Object Members