Click or drag to resize
CalculationWorks Logo
BcfTableTRowCreateNewRow Method
Returns a new TRow for the table. The row will not be added to the Rows collection before calling AddRowToTable(Boolean). 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: 3.2.1.2
Syntax
public virtual TRow CreateNewRow()

Return Value

Type: TRow
TRow.
Version Information

CalculationWorks.BusinessModel

Supported in: 3.2
See Also