XlsBorderArrayWrapper
GetThemeColor Method
 | 
Attempts to retrieve the current theme color and its tint factor.
Namespace:
Spire.Xls.Core.Spreadsheet
Assembly:
Spire.XLS (in Spire.XLS.dll) Version: 15.4.0.0 (15.4.0.5046)
Syntax
 
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
 
- 
Type:
Spire.Xls
ThemeColorType
The type of the theme color.
 
- 
tint
 
- 
Type:
System
Double
The tint factor applied to the theme color.
 
Return Value
Type:
Boolean
True if the theme color and tint were successfully retrieved; otherwise, false.
Implements
IBorder
GetThemeColor(ThemeColorType
, Double
)
 
See Also