ListObject Interface 

Represents a list object on a worksheet.

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

Usage

Public Class istObjectImplementation
    Implements ListObject
End Class
Dim istObjectImplementation1 As New istObjectImplementation()

Syntax

Public Interface ListObject
public interface ListObject
public interface class ListObject
public interface ListObject
public interface ListObject

Remarks

The ListObject object is a member of the ListObjects collection. The ListObjects collection contains all the list objects on a worksheet.

Use the ListObjects property of the Worksheet to return a 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

ListObject Members