Click or drag to resize

BcfTableViewBaseContains Method (Int32)

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

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.0.0-beta6
Syntax
public bool Contains(
	int rowViewId
)

Parameters

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

Return Value

Type: Boolean
true if contains the specified row view; otherwise, false.
Version Information

BCF

Supported in: 4.0
See Also