_Workbook.TableStyles Property

Returns a TableStyles collection object for the current workbook that refers to the styles used in the current workbook. Read-only.

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

Syntax

'Declaration
ReadOnly Property TableStyles As TableStyles
    Get
'Usage
Dim instance As _Workbook
Dim value As TableStyles

value = instance.TableStyles
TableStyles TableStyles { get; }

Property Value

Type: Microsoft.Office.Interop.Excel.TableStyles
TableStyles

Remarks

You can manipulate the table styles returned by the property.

See Also

Reference

_Workbook Interface

_Workbook Members

Microsoft.Office.Interop.Excel Namespace