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 ThemeColorType type,
	out double tint
)
Public Function GetThemeColor ( 
	<OutAttribute> ByRef type As ThemeColorType,
	<OutAttribute> ByRef tint As Double
) As Boolean
public:
virtual bool GetThemeColor(
	[OutAttribute] ThemeColorType% type, 
	[OutAttribute] double% tint
) sealed
abstract GetThemeColor : 
        type : ThemeColorType byref * 
        tint : float byref -> bool 
override GetThemeColor : 
        type : ThemeColorType byref * 
        tint : float byref -> bool 

Parameters

type
ThemeColorType%
tint
Double%

Return Value

Boolean

Implements

IFont..::..GetThemeColor(ThemeColorType%, Double%)

See Also