Spread Silverlight Documentation
MaximumColor Property (ExcelColorScaleRule)


GrapeCity.Excel Namespace > ExcelColorScaleRule Class : MaximumColor Property
The color of the maximum of the interpolation points in a gradient scale.
Syntax
'Declaration
 
Public Property MaximumColor As IExcelColor
'Usage
 
Dim instance As ExcelColorScaleRule
Dim value As IExcelColor
 
instance.MaximumColor = value
 
value = instance.MaximumColor
public IExcelColor MaximumColor {get; set;}

Property Value

The color of the maximum of the interpolation points in a gradient scale.
See Also

Reference

ExcelColorScaleRule Class
ExcelColorScaleRule Members