This API supports the Visual Studio infrastructure and is not intended to be used directly from your code.
命名空间:  Microsoft.Office.Tools.Word
程序集:  Microsoft.Office.Tools.Word(在 Microsoft.Office.Tools.Word.dll 中)
语法
声明
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
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
)
参数
- Separator
 类型:System.Object%
- NumRows
 类型:System.Object%
- NumColumns
 类型:System.Object%
- InitialColumnWidth
 类型:System.Object%
- Format
 类型:System.Object%
- ApplyBorders
 类型:System.Object%
- ApplyShading
 类型:System.Object%
- ApplyFont
 类型:System.Object%
- ApplyColor
 类型:System.Object%
- ApplyHeadingRows
 类型:System.Object%
- ApplyLastRow
 类型:System.Object%
- ApplyFirstColumn
 类型:System.Object%
- ApplyLastColumn
 类型:System.Object%
- AutoFit
 类型:System.Object%
返回值
类型:Microsoft.Office.Interop.Word.Table
.NET Framework 安全性
- 对直接调用方的完全信任。此成员不能由部分信任的代码使用。有关更多信息,请参见通过部分受信任的代码使用库。