Selection.Tables Property
Returns a Tables collection that represents all the tables in the specified selection.
Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)
Syntax
'Declaration
ReadOnly Property Tables As Tables
Get
'Usage
Dim instance As Selection
Dim value As Tables
value = instance.Tables
Tables Tables { get; }
Property Value
Type: Microsoft.Office.Interop.Word.Tables