CalculationWorks Logo
BcfBindingSourceNavigateTo Method CalculationWorks BCF Library 1.1 for .NET Framework 4.5

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

Navigates to the specified row.

Namespace: CalculationWorks.ViewModel.Forms
Assembly: CalculationWorks.ViewModel.Forms (in CalculationWorks.ViewModel.Forms.dll) Version: 1.1.0.0
Syntax

public virtual bool NavigateTo(
	BcfRow destinationRow
)

Parameters

destinationRow
Type: CalculationWorks.BusinessModelBcfRow
The destination row.

Return Value

Type: Boolean
true if CurrentRow is set to destinationRow, false otherwise.
Exceptions

ExceptionCondition
ArgumentNullExceptiondestinationRow
ArgumentExceptiondestinationRow is not valid
ArgumentExceptiondestinationRow does not belongs to this table
See Also

Reference