Spread Silverlight Documentation
GetThemeColor Method (ExcelWorkbook)


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.
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

ExcelWorkbook Class
ExcelWorkbook Members

 

 


Copyright © GrapeCity, inc. All rights reserved.