Click or drag to resize

BcfTableViewBaseContains Method (BcfRowView)

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

Determines whether the list contains the specified rowView.

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

Parameters

rowView
Type: CalculationWorks.ViewModel.WindowsBcfRowView
The row view.

Return Value

Type: Boolean
true if contains the specified row view; otherwise, false.
See Also