Workbook.DefaultTableStyle Property

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

Namespace:  Microsoft.Office.Tools.Excel
Assembly:  Microsoft.Office.Tools.Excel (in Microsoft.Office.Tools.Excel.dll)

Syntax

'Declaration
Property DefaultTableStyle As Object
    Get
    Set
Object DefaultTableStyle { get; set; }

Property Value

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

.NET Framework Security

See Also

Reference

Workbook Interface

Microsoft.Office.Tools.Excel Namespace