Click or drag to resize

BcfTableViewBaseTryGetRowView Method (NullableInt32)

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

Namespace:  CalculationWorks.ViewModel.Windows
Assembly:  CalculationWorks.ViewModel.Windows (in CalculationWorks.ViewModel.Windows.dll) Version: 4.2.0
Syntax
public BcfRowView TryGetRowView(
	Nullable<int> rowViewId
)

Parameters

rowViewId
Type: SystemNullableInt32
The row(-view) identifier.

Return Value

Type: BcfRowView
BcfRowView or if no BcfRowView is associated with the given BcfRow or given BcfRow is .
See Also