Share via


_Workbook.Styles Property

Returns a Styles collection that represents all the styles in the specified workbook. Read-only.

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

Syntax

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

value = instance.Styles
Styles Styles { get; }

Property Value

Type: Microsoft.Office.Interop.Excel.Styles

See Also

Reference

_Workbook Interface

_Workbook Members

Microsoft.Office.Interop.Excel Namespace