Click or drag to resize
CalculationWorks Logo
BcfTableViewBaseGetRowView Method
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: 3.0.2.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 or given BcfRow is null.
Exceptions
ExceptionCondition
InvalidOperationExceptionobject not initialized
ObjectDisposedExceptionInstance is disposed
Remarks
This method does not check if this BcfTableViewBase object contains the returned BcfRowView. To retrieve contained BcfRowView only use GetContainedRowView(BcfRow)
Version Information

CalculationWorks.ViewModel.Forms

Supported in: 3.0, 2.1, 2.0
See Also