SaveChanges Method
Description
All changes made to the Colors collection are done inside a temporary structure. This copies the changes made inside this temporary structure to the master colors structure, essentially saving your changes, making them permanent.
Syntax
Visual Basic |
---|
Public Sub SaveChanges() |
See Also