'Declaration Public Function Contains( _ ByVal value As SelectColumn _ ) As Boolean
public bool Contains( SelectColumn value )
Parameters
- value
 - The value of the SelectColumn object to find.
 
Return Value
true if the collection contains the SelectColumn; otherwise, false.