'Declaration Public Overloads Sub SetSource( _ ByVal values As ICollection, _ ByVal exclusive As Boolean _ )
public void SetSource( ICollection values, bool exclusive )
Parameters
- values
- Values to store in cells and display to user.
- exclusive
- Whether the user can enter values that are not on the list.