Freigeben über


DocumentBase.SetDefaultTableStyle-Methode

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

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

Syntax

'Declaration
Public Sub SetDefaultTableStyle ( _
    ByRef style As Object, _
    setInTemplate As Boolean _
)
public 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

DocumentBase Klasse

Microsoft.Office.Tools.Word-Namespace