Click or drag to resize

BcfTableViewBaseTRowViewTryGetRowView Method (NullableInt32)

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

Gets the BcfRowView or null if this collection does not contains a row-view associated with the specified rowViewId.

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

Parameters

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

Return Value

Type: TRowView
The BcfRowView or null if this collection does not contains a row-view associated with the specified rowViewId.
Version Information

Forms

Supported in: 4.0
See Also