Click or drag to resize

BcfRowViewRepositoryTryGetRowView Method (NullableInt32, BcfRowView)

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

Gets the BcfRowView associated with the specified rowViewId.

Namespace:  CalculationWorks.ViewModel.Windows
Assembly:  CalculationWorks.ViewModel.Windows (in CalculationWorks.ViewModel.Windows.dll) Version: 4.0.0-beta7
Syntax
public bool TryGetRowView(
	Nullable<int> rowViewId,
	out BcfRowView rowView
)

Parameters

rowViewId
Type: SystemNullableInt32
The rowView-Id of BcfRowView to get.
rowView
Type: CalculationWorks.ViewModel.WindowsBcfRowView
When this method returns, contains the BcfRowView associated with the specified rowViewId, if the rowViewId is found; otherwise null.

Return Value

Type: Boolean
true if the collection contains an element with the specified rowViewId; otherwise, false.
See Also