Click or drag to resize

BcfReflectedColumnCollectionContains Method (String)

[This is preliminary documentation and is subject to change.]

Determines whether the specified name is in the collection.

Namespace:  CalculationWorks.ViewModel.Windows
Assembly:  CalculationWorks.ViewModel.Windows (in CalculationWorks.ViewModel.Windows.dll) Version: 4.0.0-beta7
Syntax
public bool Contains(
	string columnName
)

Parameters

columnName
Type: SystemString
Name of the column.

Return Value

Type: Boolean
true if the specified name is in the collection; otherwise, false.
See Also