Click or drag to resize

BcfViewManagerDeleteRow Method

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

Namespace:  CalculationWorks.ViewModel.Forms
Assembly:  CalculationWorks.ViewModel.Forms (in CalculationWorks.ViewModel.Forms.dll) Version: 4.0.0-beta7
Syntax
protected virtual void DeleteRow(
	BcfRow row
)

Parameters

row
Type: CalculationWorks.BusinessModelBcfRow
The row.
Exceptions
ExceptionCondition
ArgumentNullExceptionrow is null.
See Also