Workbook.Styles Property

Definition

Gets a Styles collection that represents all the styles in the workbook.

public:
 property Microsoft::Office::Interop::Excel::Styles ^ Styles { Microsoft::Office::Interop::Excel::Styles ^ get(); };
public Microsoft.Office.Interop.Excel.Styles Styles { get; }
member this.Styles : Microsoft.Office.Interop.Excel.Styles
Public ReadOnly Property Styles As Styles

Property Value

A Styles collection that represents all the styles in the workbook.

Applies to