Bookmark.ConvertToTableOld 方法
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 安全性
- 完全信任立即呼叫者。這個成員無法供部分信任的程式碼使用。如需詳細資訊,請參閱從部分受信任程式碼使用程式庫。