SpreadsheetGear 2017
Theme Property (IWorkbook)






SpreadsheetGear Namespace > IWorkbook Interface : Theme Property
Returns an instance of ITheme which provides access to the theme associated with a workbook.
Syntax
'Declaration
 
ReadOnly Property Theme As ITheme
'Usage
 
Dim instance As IWorkbook
Dim value As ITheme
 
value = instance.Theme
ITheme Theme {get;}
read-only property Theme: ITheme; 
function get Theme : ITheme
__property ITheme* get_Theme();
property ITheme^ Theme {
   ITheme^ 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
ITheme Interface