 | 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
Syntaxpublic bool Contains(
string columnName
)
Public Function Contains (
columnName As String
) As Boolean
Parameters
- columnName
- Type: SystemString
Name of the column.
Return Value
Type:
Booleantrue if the specified name is in the collection; otherwise,
false.
See Also