Spread Silverlight Documentation
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 System.UInteger, _
   Optional ByVal tint As System.Double _
)
'Usage
 
Dim colorType As ExcelColorType
Dim color As System.UInteger
Dim tint As System.Double
 
Dim instance As New ExcelColor(colorType, color, tint)
public ExcelColor( 
   ExcelColorType colorType,
   System.uint color,
   System.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