_Document.SetDefaultTableStyle(Object, Boolean) メソッド

定義

文書に新規作成する表に使用する表のスタイルを指定します。

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)

パラメーター

Style
Object

必須 オブジェクト。 スタイル名を示す文字列を指定します。

SetInTemplate
Boolean

必須 のブール値True の文書に添付されたテンプレートに表のスタイルを保存します。

適用対象