Click or drag to resize

BcfRowViewRepositoryTryGetRowView Method (BcfRow)

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

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

Namespace:  CalculationWorks.ViewModel.Forms
Assembly:  CalculationWorks.ViewModel.Forms (in CalculationWorks.ViewModel.Forms.dll) Version: 4.0.0-beta7
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 null.
See Also