_Document.Tables Property

Returns a Tables collection that represents all the tables in the specified document.

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 _Document
Dim value As Tables

value = instance.Tables
Tables Tables { get; }

Property Value

Type: Microsoft.Office.Interop.Word.Tables

See Also

Reference

_Document Interface

_Document Members

Microsoft.Office.Interop.Word Namespace