GrapeCity.Xaml.SpreadSheet.Data
GetThemeColor Method (Workbook)


Name of the theme color.
Gets the color with a specified theme name.
Syntax
'Declaration
 
Public Function GetThemeColor( _
   ByVal themeColor As String _
) As Color
'Usage
 
Dim instance As Workbook
Dim themeColor As String
Dim value As Color
 
value = instance.GetThemeColor(themeColor)
public Color GetThemeColor( 
   string themeColor
)

Parameters

themeColor
Name of the theme color.

Return Value

The theme color.
Requirements

Target Platforms: Windows Server 2012, Windows RT

See Also

Reference

Workbook Class
Workbook Members

 

 


Copyright © GrapeCity, inc. All rights reserved.

Support Options