Spread Silverlight Documentation
MiddleColor Property (ExcelColorScaleRule)


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

Property Value

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

Reference

ExcelColorScaleRule Class
ExcelColorScaleRule Members