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