 | BcfTableTRowCreateNewRow Method |
[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
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.0.0-beta7
Syntaxpublic virtual TRow CreateNewRow(
bool initializeDefaultValues = true
)
Public Overridable Function CreateNewRow (
Optional initializeDefaultValues As Boolean = true
) As TRow
Parameters
- initializeDefaultValues (Optional)
- Type: SystemBoolean
true to initialize values with defaults.
Return Value
Type:
TRowA new row for the table.
See Also