WorkbookBase.DefaultTableStyle Property
Visual Studio 2012
Gets or sets the table style from the TableStyles property that is used as the default style for tables in the workbook.
Assembly: Microsoft.Office.Tools.Excel.v4.0.Utilities (in Microsoft.Office.Tools.Excel.v4.0.Utilities.dll)
Property Value
Type: ObjectThe table style from the TableStyles property that is used as the default style for tables in the workbook.
The following code example sets the default style of tables to Table Style Dark 11, which is a style that is available in Excel on the Design tab in the Table Styles group when a table is selected. The example then adds a table to verify the new table style.
This example is for a document-level customization.
- Full trust for the immediate caller. This member cannot be used by partially trusted code. For more information, see Using Libraries from Partially Trusted Code.