Initializes a new instance of the ThemeColor class

Namespace: Spire.Spreadsheet.Forms.Utility
Assembly: Spire.Spreadsheet (in Spire.Spreadsheet.dll) Version: 5.6.1.0 (5.6.1.7020)

Syntax

            
 C#  Visual Basic  Visual C++  F# 
public ThemeColor(
	ThemeColorType type,
	double tint
)
Public Sub New ( 
	type As ThemeColorType,
	tint As Double
)
public:
ThemeColor(
	ThemeColorType type, 
	double tint
)
new : 
        type : ThemeColorType * 
        tint : float -> ThemeColor

Parameters

type
ThemeColorType
tint
Double

See Also