Bookmark.ConvertToTableOld Method (2007 System)

This API supports the Visual Studio Tools for Office infrastructure and is not intended to be used directly from your code.

Namespace:  Microsoft.Office.Tools.Word
Assembly:  Microsoft.Office.Tools.Word.v9.0 (in Microsoft.Office.Tools.Word.v9.0.dll)

Syntax

'Declaration
Public Function ConvertToTableOld ( _
    ByRef Separator As Object, _
    ByRef NumRows As Object, _
    ByRef NumColumns As Object, _
    ByRef InitialColumnWidth As Object, _
    ByRef Format As Object, _
    ByRef ApplyBorders As Object, _
    ByRef ApplyShading As Object, _
    ByRef ApplyFont As Object, _
    ByRef ApplyColor As Object, _
    ByRef ApplyHeadingRows As Object, _
    ByRef ApplyLastRow As Object, _
    ByRef ApplyFirstColumn As Object, _
    ByRef ApplyLastColumn As Object, _
    ByRef AutoFit As Object _
) As Table
'Usage
Dim instance As Bookmark 
Dim Separator As Object 
Dim NumRows As Object 
Dim NumColumns As Object 
Dim InitialColumnWidth As Object 
Dim Format As Object 
Dim ApplyBorders As Object 
Dim ApplyShading As Object 
Dim ApplyFont As Object 
Dim ApplyColor As Object 
Dim ApplyHeadingRows As Object 
Dim ApplyLastRow As Object 
Dim ApplyFirstColumn As Object 
Dim ApplyLastColumn As Object 
Dim AutoFit As Object 
Dim returnValue As Table 

returnValue = instance.ConvertToTableOld(Separator, _
    NumRows, NumColumns, InitialColumnWidth, _
    Format, ApplyBorders, ApplyShading, _
    ApplyFont, ApplyColor, ApplyHeadingRows, _
    ApplyLastRow, ApplyFirstColumn, _
    ApplyLastColumn, AutoFit)
public Table ConvertToTableOld(
    ref Object Separator,
    ref Object NumRows,
    ref Object NumColumns,
    ref Object InitialColumnWidth,
    ref Object Format,
    ref Object ApplyBorders,
    ref Object ApplyShading,
    ref Object ApplyFont,
    ref Object ApplyColor,
    ref Object ApplyHeadingRows,
    ref Object ApplyLastRow,
    ref Object ApplyFirstColumn,
    ref Object ApplyLastColumn,
    ref Object AutoFit
)
public:
Table^ ConvertToTableOld(
    Object^% Separator, 
    Object^% NumRows, 
    Object^% NumColumns, 
    Object^% InitialColumnWidth, 
    Object^% Format, 
    Object^% ApplyBorders, 
    Object^% ApplyShading, 
    Object^% ApplyFont, 
    Object^% ApplyColor, 
    Object^% ApplyHeadingRows, 
    Object^% ApplyLastRow, 
    Object^% ApplyFirstColumn, 
    Object^% ApplyLastColumn, 
    Object^% AutoFit
)
public function ConvertToTableOld(
    Separator : Object, 
    NumRows : Object, 
    NumColumns : Object, 
    InitialColumnWidth : Object, 
    Format : Object, 
    ApplyBorders : Object, 
    ApplyShading : Object, 
    ApplyFont : Object, 
    ApplyColor : Object, 
    ApplyHeadingRows : Object, 
    ApplyLastRow : Object, 
    ApplyFirstColumn : Object, 
    ApplyLastColumn : Object, 
    AutoFit : Object
) : Table

Parameters

Return Value

Type: Table

.NET Framework Security

See Also

Reference

Bookmark Class

Bookmark Members

Microsoft.Office.Tools.Word Namespace