Compartilhar via


Método Document.SetDefaultTableStyle

Especifica o estilo da tabela para usar tabelas do documento.

Namespace:  Microsoft.Office.Tools.Word
Assemblies:   Microsoft.Office.Tools.Word.v4.0.Utilities (em Microsoft.Office.Tools.Word.v4.0.Utilities.dll)
  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 da tabela no modelo anexado ao documento.

Segurança do .NET Framework

Consulte também

Referência

Document Interface

Namespace Microsoft.Office.Tools.Word