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

Syntax

            
 C#  Visual Basic  Visual C++  F# 
public bool GetThemeColor(
	out int themeIndex,
	out double tint
)
Public Function GetThemeColor ( 
	<OutAttribute> ByRef themeIndex As Integer,
	<OutAttribute> ByRef tint As Double
) As Boolean
public:
bool GetThemeColor(
	[OutAttribute] int% themeIndex, 
	[OutAttribute] double% tint
)
member GetThemeColor : 
        themeIndex : int byref * 
        tint : float byref -> bool 

Parameters

themeIndex
Int32%
tint
Double%

Return Value

Boolean

See Also