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)
Syntax
'Declaration
<GuidAttribute("00024470-0000-0000-C000-000000000046")> _
<InterfaceTypeAttribute()> _
Public Interface ListObjects _
Inherits IEnumerable
'Usage
Dim instance As ListObjects
[GuidAttribute("00024470-0000-0000-C000-000000000046")]
[InterfaceTypeAttribute()]
public interface ListObjects : IEnumerable
Remarks
Use the ListObjects property of the Worksheet object to return the ListObjects collection.