Table Interface 

Represents a single table.

Namespace: Microsoft.Office.Interop.Word
Assembly: Microsoft.Office.Interop.Word (in microsoft.office.interop.word.dll)

Usage

Public Class ableImplementation
    Implements Table
End Class
Dim ableImplementation1 As New ableImplementation()

Syntax

Public Interface Table
public interface Table
public interface class Table
public interface Table
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.

Platforms

Development Platforms

Windows XP Home Edition, Windows XP Professional, Windows Server 2003, and Windows 2000

Target Platforms

See Also

Reference

Microsoft.Office.Interop.Word Namespace

Other Resources

Table Members