Click or drag to resize
CalculationWorks Logo
BcfTableViewBaseContains Method
Determines whether the list contains the specified BcfRowView.

Namespace: CalculationWorks.ViewModel.Windows
Assembly: CalculationWorks.ViewModel.Windows (in CalculationWorks.ViewModel.Windows.dll) Version: 3.0.2.0
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.
Version Information

CalculationWorks.ViewModel.Windows

Supported in: 3.0, 2.1, 2.0
See Also