Bookmark.ConvertToTableOld, méthode
This API supports the Visual Studio infrastructure and is not intended to be used directly from your code.
Espace de noms : Microsoft.Office.Tools.Word
Assembly : Microsoft.Office.Tools.Word (dans Microsoft.Office.Tools.Word.dll)
Syntaxe
'Déclaration
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
)
Paramètres
- Separator
Type : System.Object%
- NumRows
Type : System.Object%
- NumColumns
Type : System.Object%
- InitialColumnWidth
Type : System.Object%
- Format
Type : System.Object%
- ApplyBorders
Type : System.Object%
- ApplyShading
Type : System.Object%
- ApplyFont
Type : System.Object%
- ApplyColor
Type : System.Object%
- ApplyHeadingRows
Type : System.Object%
- ApplyLastRow
Type : System.Object%
- ApplyFirstColumn
Type : System.Object%
- ApplyLastColumn
Type : System.Object%
- AutoFit
Type : System.Object%
Valeur de retour
Type : Microsoft.Office.Interop.Word.Table
Sécurité .NET Framework
- Confiance totale accordée à l'appelant immédiat. Ce membre ne peut pas être utilisé par du code d'un niveau de confiance partiel. Pour plus d'informations, consultez Utilisation de bibliothèques à partir de code d'un niveau de confiance partiel.