Click or drag to resize
CalculationWorks Logo
BcfTableViewBaseTRowViewGetRowView Method
Gets the TRowView or null if no TRowView is associated with the given BcfRow.

Namespace: CalculationWorks.ViewModel.Forms
Assembly: CalculationWorks.ViewModel.Forms (in CalculationWorks.ViewModel.Forms.dll) Version: 3.2.1.2
Syntax
public TRowView GetRowView(
	BcfRow row
)

Parameters

row
Type: CalculationWorks.BusinessModelBcfRow
The row.

Return Value

Type: TRowView
TRowView or null if no TRowView is associated with the given BcfRow.
Exceptions
ExceptionCondition
ArgumentNullExceptionrow
Remarks
This method does not check if this BcfTableViewBase object contains the returned TRowView. To retrieve contained TRowView only use GetContainedRowView(BcfRow)
Version Information

CalculationWorks.ViewModel.Forms

Supported in: 3.2, 3.0, 2.1, 2.0
See Also