<< Click to Display Table of Contents >> Pair.WSOptions Property |
Returns or sets the name of the linking options.
expression.WSOptions
expression. A variable representing a WSOptions object.
This example links the rows and columns '1 on 1'.
With oProj.Pairs.Item(0)
.WSOptions = WSOptionFlag_Rows1on1 + WSOptionFlag_Cols1on1
End With