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

Syntax

            
 C#  Visual Basic  Visual C++  F# 
public void SetBackgroundThemeColor(
	ThemeColorType type,
	int tint
)
Public Sub SetBackgroundThemeColor ( 
	type As ThemeColorType,
	tint As Integer
)
public:
void SetBackgroundThemeColor(
	ThemeColorType type, 
	int tint
)
member SetBackgroundThemeColor : 
        type : ThemeColorType * 
        tint : int -> unit 

Parameters

type
ThemeColorType
tint
Int32

See Also