Share via


_Worksheet.ListObjects Property 

Returns a collection of ListObject objects in the worksheet. Read-only ListObjects collection.

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

Usage

Dim _Worksheet1 As _Worksheet

Dim returnValue As ListObjects
returnValue = _Worksheet1.ListObjects

Syntax

ReadOnly Property ListObjects() As ListObjects
ListObjects ListObjects {get;}
property ListObjects^ ListObjects{
    ListObjects^ get();
}
public ListObjects get_ListObjects();
function get ListObjects() : ListObjects;

Thread Safety

Any public static (Shared in Visual Basic) members of this type are thread safe. Any instance members are not guaranteed to be thread safe.

Platforms

Development Platforms

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

Target Platforms

See Also

Reference

_Worksheet Interface
Microsoft.Office.Interop.Excel Namespace

Other Resources

_Worksheet Members