Click or drag to resize

BcfTableViewBaseContains Method (BcfRow)

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

Determines whether the list contains the specified row

Namespace:  CalculationWorks.ViewModel.Forms
Assembly:  CalculationWorks.ViewModel.Forms (in CalculationWorks.ViewModel.Forms.dll) Version: 4.0.0-beta7
Syntax
public bool Contains(
	BcfRow row
)

Parameters

row
Type: CalculationWorks.BusinessModelBcfRow
The row.

Return Value

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