 | BcfTableViewBaseContains Method (BcfRow) |
Determines whether the list contains the specified row
Namespace:
CalculationWorks.ViewModel.Forms
Assembly:
CalculationWorks.ViewModel.Forms (in CalculationWorks.ViewModel.Forms.dll) Version: 4.2.0
Syntaxpublic bool Contains(
BcfRow row
)
Public Function Contains (
row As BcfRow
) As Boolean
Parameters
- row
- Type: CalculationWorks.BusinessModelBcfRow
The row.
Return Value
Type:
Boolean if contains the specified row; otherwise,
.
See Also