Spread Silverlight Documentation
Minimum Property (ExcelColorScaleRule)


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

Property Value

The values of the minimum of the interpolation points in a gradient scale.
See Also

Reference

ExcelColorScaleRule Class
ExcelColorScaleRule Members