_Worksheet.ListObjects Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Returns a collection of ListObject objects in the worksheet. Read-only ListObjects collection.
public:
property Microsoft::Office::Interop::Excel::ListObjects ^ ListObjects { Microsoft::Office::Interop::Excel::ListObjects ^ get(); };
public Microsoft.Office.Interop.Excel.ListObjects ListObjects { get; }
Public ReadOnly Property ListObjects As ListObjects