_Workbook.DefaultTableStyle Property

Specifies the table style from the TableStyles collection that is used as the default TableStyle. Read/write

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

Syntax

'Declaration
Property DefaultTableStyle As Object
    Get
    Set
'Usage
Dim instance As _Workbook
Dim value As Object

value = instance.DefaultTableStyle

instance.DefaultTableStyle = value
Object DefaultTableStyle { get; set; }

Property Value

Type: System.Object
Object

See Also

Reference

_Workbook Interface

_Workbook Members

Microsoft.Office.Interop.Excel Namespace