Click or drag to resize

BcfRowViewRepositoryTryGetRowView Method (BcfRow, BcfRowView)

Gets the BcfRowView associated with the specified row.

Namespace:  CalculationWorks.ViewModel.Windows
Assembly:  CalculationWorks.ViewModel.Windows (in CalculationWorks.ViewModel.Windows.dll) Version: 4.2.0
Syntax
public bool TryGetRowView(
	BcfRow row,
	out BcfRowView rowView
)

Parameters

row
Type: CalculationWorks.BusinessModelBcfRow
The Row of BcfRowView to get.
rowView
Type: CalculationWorks.ViewModel.WindowsBcfRowView
When this method returns, contains the BcfRowView associated with the specified row, if the row is found; otherwise .

Return Value

Type: Boolean
if the collection contains an element with the specified row; otherwise, false.
See Also