Spread Silverlight Documentation
GetThemeColor Method (ExcelWorkbook)


GrapeCity.Excel Namespace > ExcelWorkbook Class : GetThemeColor Method
Index of the color scheme.
Gets the color of the theme.
Syntax
'Declaration
 
Public Function GetThemeColor( _
   ByVal colorSchemeIndex As ColorSchemeIndex _
) As GcColor
'Usage
 
Dim instance As ExcelWorkbook
Dim colorSchemeIndex As ColorSchemeIndex
Dim value As GcColor
 
value = instance.GetThemeColor(colorSchemeIndex)
public GcColor GetThemeColor( 
   ColorSchemeIndex colorSchemeIndex
)

Parameters

colorSchemeIndex
Index of the color scheme.
See Also

Reference

ExcelWorkbook Class
ExcelWorkbook Members