Spread Silverlight Documentation
GetThemeColor Method (IExcelWorkbook)


Index of color scheme
Gets the color of the specified color scheme index.
Syntax
'Declaration
 
Function GetThemeColor( _
   ByVal themeIndex As ColorSchemeIndex _
) As GcColor
'Usage
 
Dim instance As IExcelWorkbook
Dim themeIndex As ColorSchemeIndex
Dim value As GcColor
 
value = instance.GetThemeColor(themeIndex)
GcColor GetThemeColor( 
   ColorSchemeIndex themeIndex
)

Parameters

themeIndex
Index of color scheme

Return Value

The theme color at the specified color scheme index
Requirements

Target Platforms: Windows 7, Windows 8 Desktop, Windows Vista SP1 or later, Windows Server 2000, Windows 2000 Professional, Windows XP Professional, Windows NT 4.0 Workstation, SP6, Windows NT 4.0 Server, SP6

See Also

Reference

IExcelWorkbook Interface
IExcelWorkbook Members

 

 


Copyright © GrapeCity, inc. All rights reserved.