Click or drag to resize

BcfRowViewRepositoryTryGetRowView Method (BcfRow)

Gets the associated BcfRowView of specified row if found; otherwise .

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

Parameters

row
Type: CalculationWorks.BusinessModelBcfRow
The row.

Return Value

Type: BcfRowView
The associated BcfRowView of specified row if found; otherwise .
See Also