 |
BcfTableCreateNewRow Method |
Returns a new row 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.BusinessModelAssembly: CalculationWorks.BusinessModel (in CalculationWorks.BusinessModel.dll) Version: 3.0.2.0
Syntaxpublic virtual BcfRow CreateNewRow()
Public Overridable Function CreateNewRow As BcfRow
public:
virtual BcfRow^ CreateNewRow()
abstract CreateNewRow : unit -> BcfRow
override CreateNewRow : unit -> BcfRow
Return Value
Type:
BcfRowA new row for the table.
Version InformationCalculationWorks.BusinessModel
Supported in: 3.0, 2.1, 2.0
See Also