DocumentBase.SetDefaultTableStyle(Object, Boolean) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
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.