Objects
- Updated2024-09-12
- 1 minute(s) read
DataPlugin > Objects
Objects
The DataPlugin consists of objects and subobjects that you create, delete, and modify with a script. The Root object, the Store object, the File object , and the Workbook objectare the global objects. Many subobjects have collections of single objects. You can access the single objects and the collection. Use the Set statement to assign objects to a variable and to make it easier to access these objects. You use the Add methods to create all new objects except the Root object, the File object, and the Store object. You use the Remove methods to delete existing objects. Use properties to change objects.
The following topics describe all the objects of the script interface for DataPlugins.