Tables Property (IWorksheet)
Gets the
ITables object which manages all tables in this
IWorksheet.
'Declaration
ReadOnly Property Tables As ITables
'Usage
Dim instance As IWorksheet
Dim value As ITables
value = instance.Tables
Property Value
A
ITables object represents the tables of this
IWorksheet.