Document.Tables Property

Definition

Gets a Tables collection that represents all the tables in the document.

public:
 property Microsoft::Office::Interop::Word::Tables ^ Tables { Microsoft::Office::Interop::Word::Tables ^ get(); };
public Microsoft.Office.Interop.Word.Tables Tables { get; }
member this.Tables : Microsoft.Office.Interop.Word.Tables
Public ReadOnly Property Tables As Tables

Property Value

A Tables collection that represents all the tables in the document.

Applies to