Click or drag to resize

BcfTableViewBaseGetRowView Method (Int32)

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

Gets the BcfRowView associated with the specified rowId.

Namespace:  CalculationWorks.ViewModel.Windows
Assembly:  CalculationWorks.ViewModel.Windows (in CalculationWorks.ViewModel.Windows.dll) Version: 4.0.0-beta6
Syntax
public BcfRowView GetRowView(
	int rowId
)

Parameters

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

Return Value

Type: BcfRowView
The BcfRowView associated with the specified rowId.
Exceptions
ExceptionCondition
ArgumentNullExceptionrowId is null.
ArgumentExceptionThis collection does not contain a BcfRowView of specified rowId.
Version Information

BCF

Supported in: 4.0
See Also