Spread Silverlight Documentation
GetThemeColor Method (IExcelWorkbook)


GrapeCity.Excel Namespace > IExcelWorkbook Interface : GetThemeColor Method
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
See Also

Reference

IExcelWorkbook Interface
IExcelWorkbook Members