DocumentBase.SetDefaultTableStyle(Object, Boolean) Method

Definition

Specifies the table style to use for newly created tables in the document.

public:
 void SetDefaultTableStyle(System::Object ^ % style, bool setInTemplate);
public void SetDefaultTableStyle (ref object style, bool setInTemplate);
member this.SetDefaultTableStyle : obj * bool -> unit
Public Sub SetDefaultTableStyle (ByRef style As Object, setInTemplate As Boolean)

Parameters

style
Object

The name of the style.

setInTemplate
Boolean

true to save the table style in the template attached to the document.

Applies to