SetSource(ICollection,Boolean) Method
Sets the converter source to a list of values to store in the cell.
'Declaration
Public Overloads Sub SetSource( _
ByVal As ICollection, _
ByVal As Boolean _
)
Parameters
- values
- Values to store in cells and display to user.
- exclusive
- Whether the user can enter values that are not on the list.