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)
Syntax
'Declaration
<InterfaceTypeAttribute()> _
<GuidAttribute("00024471-0000-0000-C000-000000000046")> _
Public Interface ListObject
'Usage
Dim instance As ListObject
[InterfaceTypeAttribute()]
[GuidAttribute("00024471-0000-0000-C000-000000000046")]
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.