XlsBorderArrayWrapper
SetThemeColor Method
 | 
Sets the theme color for the application based on the specified type and tint.
Namespace:
Spire.Xls.Core.Spreadsheet
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
 
public void SetThemeColor(
	ThemeColorType type,
	double tint
)
 
Public Sub SetThemeColor ( 
	type As ThemeColorType,
	tint As Double
)
 
public:
virtual void SetThemeColor(
	ThemeColorType type, 
	double tint
) sealed
 
abstract SetThemeColor : 
type : ThemeColorType * 
tint : float -> unit 
override SetThemeColor : 
type : ThemeColorType * 
tint : float -> unit 
 
 
 
Parameters
- 
type
 
- 
Type:
Spire.Xls
ThemeColorType
The type of theme color to set.
 
- 
tint
 
- 
Type:
System
Double
The tint value to apply to the theme color.
 
Implements
IBorder
SetThemeColor(ThemeColorType, Double)
 
See Also