Click or drag to resize

BcfTableCreateNewRow Method

Returns a new row for the table. The row will not be added to the Rows collection before calling AddToTable. Until then the row is not part of the data. Calling CreateNewRow(Boolean) will not cause a data change nor create an undo item.

Namespace:  CalculationWorks.BusinessModel
Assembly:  CalculationWorks.BusinessModel (in CalculationWorks.BusinessModel.dll) Version: 4.2.0
Syntax
public BcfRow CreateNewRow(
	bool initializeDefaultValues = true
)

Parameters

initializeDefaultValues (Optional)
Type: SystemBoolean
to initialize values with defaults.

Return Value

Type: BcfRow
A new row for the table.
See Also