Tables Property (Worksheet)
In This Topic
Gets the tables in this worksheet.
Syntax
'Declaration
Public ReadOnly Property Tables As System.Collections.Generic.List(Of WorkbookTable)
'Usage
Dim instance As Worksheet
Dim value As System.Collections.Generic.List(Of WorkbookTable)
value = instance.Tables
public System.Collections.Generic.List<WorkbookTable> Tables {get;}
public read-only property Tables: System.Collections.Generic.List;
public function get Tables : System.Collections.Generic.List
public: __property System.Collections.Generic.List<WorkbookTable*>* get_Tables();
public:
property System.Collections.Generic.List<WorkbookTable^>^ Tables {
System.Collections.Generic.List<WorkbookTable^>^ get();
}
See Also