_Application.UsedObjects Property
Returns a UsedObjects object representing objects allocated in a workbook.
Namespace: Microsoft.Office.Interop.Excel
Assembly: Microsoft.Office.Interop.Excel (in Microsoft.Office.Interop.Excel.dll)
Syntax
'Declaration
ReadOnly Property UsedObjects As UsedObjects
Get
'Usage
Dim instance As _Application
Dim value As UsedObjects
value = instance.UsedObjects
UsedObjects UsedObjects { get; }
Property Value
Type: Microsoft.Office.Interop.Excel.UsedObjects