Table Interface

Represents a single table.

Namespace:  Microsoft.Office.Interop.Word
Assembly:  Microsoft.Office.Interop.Word (in Microsoft.Office.Interop.Word.dll)

Syntax

'Declaration
<GuidAttribute("00020951-0000-0000-C000-000000000046")> _
Public Interface Table
'Usage
Dim instance As Table
[GuidAttribute("00020951-0000-0000-C000-000000000046")]
public interface Table

Remarks

The Table object is a member of the Tables collection. The Tables collection includes all the tables in the specified selection, range, or document.

Use Tables(index), where index is the index number, to return a single Table object. The index number represents the position of the table in the selection, range, or document.

Use the Add method to add a table at the specified range.

See Also

Reference

Table Members

Microsoft.Office.Interop.Word Namespace