GrapeCity.Xaml.Excel
ExcelColor Constructor(ExcelColorType,UInt32,Double)


GrapeCity.Excel Namespace > ExcelColor Class > ExcelColor Constructor : ExcelColor Constructor(ExcelColorType,UInt32,Double)
Type of the color.
The value of the color
The tint applied to the color
Initializes a new instance of the ExcelColor class.
Syntax
'Declaration
 
Public Function New( _
   ByVal colorType As ExcelColorType, _
   ByVal color As UInteger, _
   Optional ByVal tint As Double _
)
'Usage
 
Dim colorType As ExcelColorType
Dim color As UInteger
Dim tint As Double
 
Dim instance As New ExcelColor(colorType, color, tint)
public ExcelColor( 
   ExcelColorType colorType,
   uint color,
   double tint
)

Parameters

colorType
Type of the color.
color
The value of the color
tint
The tint applied to the color
See Also

Reference

ExcelColor Class
ExcelColor Members
Overload List