_Document.SetDefaultTableStyle(Object, Boolean) Method

Definition

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

public:
 void SetDefaultTableStyle(System::Object ^ % Style, bool SetInTemplate);
public void SetDefaultTableStyle (ref object Style, bool SetInTemplate);
abstract member SetDefaultTableStyle : obj * bool -> unit
Public Sub SetDefaultTableStyle (ByRef Style As Object, SetInTemplate As Boolean)

Parameters

Style
Object

Required Object. A string specifying the name of the style.

SetInTemplate
Boolean

Required Boolean. True to save the table style in the template attached to the document.

Applies to