Workbook.DefaultTableStyle Property

Definition

Gets or sets the table style from the TableStyles property that is used as the default style for tables in the workbook.

public:
 property System::Object ^ DefaultTableStyle { System::Object ^ get(); void set(System::Object ^ value); };
public object DefaultTableStyle { get; set; }
member this.DefaultTableStyle : obj with get, set
Public Property DefaultTableStyle As Object

Property Value

The table style from the TableStyles property that is used as the default style for tables in the workbook.

Applies to