Click or drag to resize

BcfTableViewBaseTRowViewGetRowView Method (BcfRow)

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 TRowView GetRowView(
	BcfRow row
)

Parameters

row
Type: CalculationWorks.BusinessModelBcfRow
The row.

Return Value

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