Namespace: Spire.Xls.Core
Assembly: Spire.XLS (in Spire.XLS.dll) Version: 11.6.0.0 (11.6.0.5020)

Syntax

            
 C#  Visual Basic  Visual C++  F# 
void SetThemeColor(
	ThemeColorType type,
	double tint
)
Sub SetThemeColor ( 
	type As ThemeColorType,
	tint As Double
)
void SetThemeColor(
	ThemeColorType type, 
	double tint
)
abstract SetThemeColor : 
        type : ThemeColorType * 
        tint : float -> unit 

Parameters

type
ThemeColorType
tint
Double

See Also