Worksheet.ListObjects Property

Gets a collection of Microsoft.Office.Interop.Excel.ListObject objects in the worksheet.

Namespace:  Microsoft.Office.Tools.Excel
Assembly:  Microsoft.Office.Tools.Excel (in Microsoft.Office.Tools.Excel.dll)

Syntax

'Declaration
ReadOnly Property ListObjects As ListObjects
    Get
ListObjects ListObjects { get; }

Property Value

Type: Microsoft.Office.Interop.Excel.ListObjects
The Microsoft.Office.Interop.Excel.ListObjects collection for the worksheet.

.NET Framework Security

See Also

Reference

Worksheet Interface

Microsoft.Office.Tools.Excel Namespace