Range.Tables Property
Returns a Tables collection that represents all the tables in the specified range.
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 Range
Dim value As Tables
value = instance.Tables
Tables Tables { get; }
Property Value
Type: Microsoft.Office.Interop.Word.Tables