Is this page helpful?
Sets the values of underlying OmrBubbles.
public void SetValues(
IList<string> values
)
values
A list of string values representing the range of values in the OmrField.
OmrField objects can have tens or even hundreds of OmrBubbles. To facilitate setting every OmrBubble's Value property, use this method with the generated ranges from GenerateOmrFieldValues.
If the count of the provided list of objects does not match the count of the internal OmrCollection objects, an InvalidOperationException is thrown.