Styles Property (Workbook)
In This Topic
Gets the styles table of the workbook.
Syntax
'Declaration
Public ReadOnly Property Styles As System.Collections.Generic.List(Of Style)
'Usage
Dim instance As Workbook
Dim value As System.Collections.Generic.List(Of Style)
value = instance.Styles
public System.Collections.Generic.List<Style> Styles {get;}
public read-only property Styles: System.Collections.Generic.List;
public function get Styles : System.Collections.Generic.List
public: __property System.Collections.Generic.List<Style*>* get_Styles();
public:
property System.Collections.Generic.List<Style^>^ Styles {
System.Collections.Generic.List<Style^>^ get();
}
See Also