SpreadsheetGear 2023
Styles Property (IWorkbook)


SpreadsheetGear Namespace > IWorkbook Interface : Styles Property
Returns an instance of IStyles which provides access to the named cell styles associated with this workbook.
Syntax
'Declaration
 
ReadOnly Property Styles As IStyles
'Usage
 
Dim instance As IWorkbook
Dim value As IStyles
 
value = instance.Styles
IStyles Styles {get;}
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

IWorkbook Interface
IWorkbook Members
Style Property
IStyles Interface
IStyle Interface