Click or drag to resize

BcfTableViewBaseTRowViewGetRowView Method (Int32)

[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 TRowView GetRowView(
	int rowViewId
)

Parameters

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

Return Value

Type: TRowView
The BcfRowView associated with the specified rowViewId.
Exceptions
ExceptionCondition
ArgumentExceptionThis collection does not contain a BcfRowView with specified rowViewId.
See Also