Tables.AddOld(Range, Int32, Int32) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Reserved for internal use.
public:
Microsoft::Office::Interop::Word::Table ^ AddOld(Microsoft::Office::Interop::Word::Range ^ Range, int NumRows, int NumColumns);
public Microsoft.Office.Interop.Word.Table AddOld (Microsoft.Office.Interop.Word.Range Range, int NumRows, int NumColumns);
abstract member AddOld : Microsoft.Office.Interop.Word.Range * int * int -> Microsoft.Office.Interop.Word.Table
Public Function AddOld (Range As Range, NumRows As Integer, NumColumns As Integer) As Table
Parameters
- Range
- Range
- NumRows
- Int32
- NumColumns
- Int32