Click or drag to resize

BcfRowViewRepositoryTryGetRowViewFromId Method

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

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

Namespace:  CalculationWorks.ViewModel.Forms
Assembly:  CalculationWorks.ViewModel.Forms (in CalculationWorks.ViewModel.Forms.dll) Version: 4.0.0-beta6
Syntax
public BcfRowView TryGetRowViewFromId(
	Nullable<int> rowViewId
)

Parameters

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

Return Value

Type: BcfRowView
The associated BcfRowView of specified RowId if found; otherwise null.
Version Information

Forms

Supported in: 4.0
See Also