Bookmark.ConvertToTableOld (Método)
This API supports the Visual Studio infrastructure and is not intended to be used directly from your code.
Espacio de nombres: Microsoft.Office.Tools.Word
Ensamblado: Microsoft.Office.Tools.Word (en Microsoft.Office.Tools.Word.dll)
Sintaxis
'Declaración
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
)
Parámetros
- Separator
Tipo: System.Object%
- NumRows
Tipo: System.Object%
- NumColumns
Tipo: System.Object%
- InitialColumnWidth
Tipo: System.Object%
- Format
Tipo: System.Object%
- ApplyBorders
Tipo: System.Object%
- ApplyShading
Tipo: System.Object%
- ApplyFont
Tipo: System.Object%
- ApplyColor
Tipo: System.Object%
- ApplyHeadingRows
Tipo: System.Object%
- ApplyLastRow
Tipo: System.Object%
- ApplyFirstColumn
Tipo: System.Object%
- ApplyLastColumn
Tipo: System.Object%
- AutoFit
Tipo: System.Object%
Valor devuelto
Tipo: Microsoft.Office.Interop.Word.Table
Seguridad de .NET Framework
- Plena confianza para el llamador inmediato. Un código de confianza parcial no puede utilizar este miembro. Para obtener más información, vea Utilizar bibliotecas de código que no es de plena confianza.