AddNew Method (C1CollectionView)
In This Topic
Starts the transaction of adding a new item to the underlying collection, which should be committed with the
CommitNew method or rolled back with the
CancelNew method.
Syntax
'Declaration
Public Function AddNew() As Object
Return Value
The added item.
See Also