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

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

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

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

public BcfRow CreateNewRow()

Return Value

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

Reference