Click or drag to resize

BcfRowDeletedState Constructor

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

Infrastructure. The member supports the infrastructure and is not intended to be used directly from your code.

Namespace:  CalculationWorks.BusinessModel.UndoSerialization
Assembly:  CalculationWorks.BusinessModel.UndoSerialization (in CalculationWorks.BusinessModel.UndoSerialization.dll) Version: 4.0.0-beta7
Syntax
public BcfRowDeletedState(
	Object[] values,
	short tableIndex,
	int rowId,
	int rowIndex
)

Parameters

values
Type: SystemObject
The values.
tableIndex
Type: SystemInt16
The table index.
rowId
Type: SystemInt32
The row identifier.
rowIndex
Type: SystemInt32
The row index.
See Also