ListObjects Interface 

A collection of all the ListObject objects on a worksheet. Each ListObject object represents a list in the worksheet.

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

Usage

Public Class istObjectsImplementation
    Implements ListObjects
End Class
Dim istObjectsImplementation1 As New istObjectsImplementation()

Syntax

Public Interface ListObjects
public interface ListObjects
public interface class ListObjects
public interface ListObjects
public interface ListObjects

Remarks

Use the ListObjects property of the Worksheet object to return the ListObjects collection.

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

ListObjects Members