Método Document.SetDefaultTableStyle

Especifica o estilo de tabela para tabelas recém-criadas no documento.

Namespace:  Microsoft.Office.Tools.Word
Assembly:  Microsoft.Office.Tools.Word (em Microsoft.Office.Tools.Word.dll)

Sintaxe

'Declaração
Sub SetDefaultTableStyle ( _
    ByRef Style As Object, _
    SetInTemplate As Boolean _
)
void SetDefaultTableStyle(
    ref Object Style,
    bool SetInTemplate
)

Parâmetros

  • SetInTemplate
    Tipo: System.Boolean
    true Para salvar o estilo de tabela no modelo anexado ao documento.

Segurança do .NET Framework

Consulte também

Referência

Document Interface

Namespace Microsoft.Office.Tools.Word