Click or drag to resize

BcfTableViewBaseContains Method (Int32)

Determines whether the list contains an entry identified by the specified row(-view)-identifier.

Namespace:  CalculationWorks.ViewModel.Windows
Assembly:  CalculationWorks.ViewModel.Windows (in CalculationWorks.ViewModel.Windows.dll) Version: 4.2.0
Syntax
public bool Contains(
	int rowViewId
)

Parameters

rowViewId
Type: SystemInt32
The row(-view)-identifier.

Return Value

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