GrapeCity.Xaml.Excel
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 Server 2012, Windows RT

See Also

Reference

IExcelWorkbook Interface
IExcelWorkbook Members

 

 


Copyright © GrapeCity, inc. All rights reserved.

Support Options