Namespace: Spire.Xls.Core.Spreadsheet
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# |
public bool GetBackgroundThemeColor( out ThemeColorType type, out double tint )
Public Function GetBackgroundThemeColor ( <OutAttribute> ByRef type As ThemeColorType, <OutAttribute> ByRef tint As Double ) As Boolean
public: bool GetBackgroundThemeColor( [OutAttribute] ThemeColorType% type, [OutAttribute] double% tint )
member GetBackgroundThemeColor : type : ThemeColorType byref * tint : float byref -> bool