Click or drag to resize

BcfRowViewRepositoryTryGetRowView Method (NullableInt32)

Gets the associated BcfRowView of specified RowId if found; otherwise .

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

Parameters

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

Return Value

Type: BcfRowView
The associated BcfRowView of specified RowId if found; otherwise .
See Also