Namespace: Spire.Xls.Core
Assembly: Spire.XLS (in Spire.XLS.dll) Version: 11.6.0.0 (11.6.0.5020)
Assembly: Spire.XLS (in Spire.XLS.dll) Version: 11.6.0.0 (11.6.0.5020)
Syntax
C# | Visual Basic | Visual C++ | F# |
bool GetThemeColor( out ThemeColorType type, out double tint )
Function GetThemeColor ( <OutAttribute> ByRef type As ThemeColorType, <OutAttribute> ByRef tint As Double ) As Boolean
bool GetThemeColor( [OutAttribute] ThemeColorType% type, [OutAttribute] double% tint )
abstract GetThemeColor : type : ThemeColorType byref * tint : float byref -> bool