Click or drag to resize

BcfTableViewBaseGetRowView Method (BcfRow)

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

Gets the BcfRowView associated with the specified row.

Namespace:  CalculationWorks.ViewModel.Windows
Assembly:  CalculationWorks.ViewModel.Windows (in CalculationWorks.ViewModel.Windows.dll) Version: 4.0.0-beta7
Syntax
public BcfRowView GetRowView(
	BcfRow row
)

Parameters

row
Type: CalculationWorks.BusinessModelBcfRow
The row.

Return Value

Type: BcfRowView
The BcfRowView associated with the specified row.
Exceptions
ExceptionCondition
ArgumentNullExceptionrow is null.
ArgumentExceptionThis collection does not contain a BcfRowView of specified row.
See Also