UsedObjects Interface 

Represents objects that have been allocated in a workbook.

Namespace: Microsoft.Office.Interop.Excel
Assembly: Microsoft.Office.Interop.Excel (in microsoft.office.interop.excel.dll)

Usage

Public Class sedObjectsImplementation
    Implements UsedObjects
End Class
Dim sedObjectsImplementation1 As New sedObjectsImplementation()

Syntax

Public Interface UsedObjects
public interface UsedObjects
public interface class UsedObjects
public interface UsedObjects
public interface UsedObjects

Remarks

Use the UsedObjects property of the Application object to return a UsedObjects collection.

Once a UsedObjects collection is returned, you can determine the quantity of used objects in a Microsoft Excel application using the Count property.

Platforms

Development Platforms

Windows XP Home Edition, Windows XP Professional, Windows Server 2003, and Windows 2000

Target Platforms

See Also

Reference

Microsoft.Office.Interop.Excel Namespace

Other Resources

UsedObjects Members