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
- Range
Type: Microsoft.Office.Interop.Word.Range
- NumRows
Type: System.Int32
- NumColumns
Type: System.Int32
Return Value
Type: Microsoft.Office.Interop.Word.Table