 | BcfTableViewBaseContains Method (BcfRow) |
[This is preliminary documentation and is subject to change.]
Determines whether the list contains the specified row
Namespace:
CalculationWorks.ViewModel.Windows
Assembly:
CalculationWorks.ViewModel.Windows (in CalculationWorks.ViewModel.Windows.dll) Version: 4.0.0-beta7
Syntaxpublic bool Contains(
BcfRow row
)
Public Function Contains (
row As BcfRow
) As Boolean
Parameters
- row
- Type: CalculationWorks.BusinessModelBcfRow
The row.
Return Value
Type:
Booleantrue if contains the specified row; otherwise,
false.
See Also