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.Forms
Assembly:  CalculationWorks.ViewModel.Forms (in CalculationWorks.ViewModel.Forms.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

Forms

Supported in: 4.0
See Also