Click or drag to resize

BcfRowViewRepositoryContains Method (BcfRow)

Determines whether this repository contains a BcfRowView of specified row.

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

Parameters

row
Type: CalculationWorks.BusinessModelBcfRow
The row.

Return Value

Type: Boolean
if this repository contains BcfRowView of specified row; otherwise, .
See Also