CalculationWorks Logo
BcfTableViewBaseGetRowView Method CalculationWorks BCF Library 1.1 for .NET Framework 4.5

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

Gets the BcfRowView or null if no BcfRowView is associated with the given BcfRow.

Namespace: CalculationWorks.ViewModel.Forms
Assembly: CalculationWorks.ViewModel.Forms (in CalculationWorks.ViewModel.Forms.dll) Version: 1.1.0.0
Syntax

public BcfRowView GetRowView(
	BcfRow row
)

Parameters

row
Type: CalculationWorks.BusinessModelBcfRow
The row.

Return Value

Type: BcfRowView
BcfRowView or null if no BcfRowView is associated with the given BcfRow.
Exceptions

ExceptionCondition
ArgumentNullExceptionrow
Remarks

This method does not check if this BcfTableViewBase object contains the returned BcfRowView. To retrieve contained BcfRowView only use GetContainedRowView(BcfRow)
See Also

Reference