Tables.AddOld Method

Reserved for internal use.

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

Syntax

'Declaration
Function AddOld ( _
    Range As Range, _
    NumRows As Integer, _
    NumColumns As Integer _
) As Table
'Usage
Dim instance As Tables
Dim Range As Range
Dim NumRows As Integer
Dim NumColumns As Integer
Dim returnValue As Table

returnValue = instance.AddOld(Range, NumRows, _
    NumColumns)
Table AddOld(
    Range Range,
    int NumRows,
    int NumColumns
)

Parameters

Return Value

Type: Microsoft.Office.Interop.Word.Table

See Also

Reference

Tables Interface

Tables Members

Microsoft.Office.Interop.Word Namespace