Share via


Document.SetDefaultTableStyle-Methode

Gibt das Tabellenformat an, das für neu erstellte Tabellen im Dokument verwendet wird.

Namespace:  Microsoft.Office.Tools.Word
Assemblys:   Microsoft.Office.Tools.Word.v4.0.Utilities (in Microsoft.Office.Tools.Word.v4.0.Utilities.dll)
  Microsoft.Office.Tools.Word (in Microsoft.Office.Tools.Word.dll)

Syntax

'Declaration
Sub SetDefaultTableStyle ( _
    ByRef Style As Object, _
    SetInTemplate As Boolean _
)
void SetDefaultTableStyle(
    ref Object Style,
    bool SetInTemplate
)

Parameter

  • SetInTemplate
    Typ: System.Boolean
    true , wenn das Tabellenformat in der an das Dokument angefügten Vorlage gespeichert werden soll.

.NET Framework-Sicherheit

Siehe auch

Referenz

Document Schnittstelle

Microsoft.Office.Tools.Word-Namespace