Tables Property (Worksheet)
In This Topic
Gets the
Tables object which manages all tables in this
Worksheet.
Syntax
'Declaration
Public ReadOnly Property Tables As Tables
'Usage
Dim instance As Worksheet
Dim value As Tables
value = instance.Tables
public Tables Tables {get;}
Property Value
A
Tables object represents the tables of this
Worksheet.
See Also