Click or drag to resize

BcfTableViewBaseGetRowView Method (Int32)

Gets the BcfRowView associated with the specified rowId.

Namespace:  CalculationWorks.ViewModel.Forms
Assembly:  CalculationWorks.ViewModel.Forms (in CalculationWorks.ViewModel.Forms.dll) Version: 4.2.0
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 .
ArgumentExceptionThis collection does not contain a BcfRowView of specified rowId.
See Also