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